You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
Cannot read property 'noTransition' of undefined after upgrade to 0.13.0
function config($compileProvider) {
/*
When it is true then it run correctly.
When it is false then error
TypeError: Cannot read property 'noTransition' of undefined
*/
$compileProvider.debugInfoEnabled(false);
Cannot read property 'noTransition' of undefined after upgrade to 0.13.0
function config($compileProvider) {
/*
When it is true then it run correctly.
When it is false then error
TypeError: Cannot read property 'noTransition' of undefined
*/
$compileProvider.debugInfoEnabled(false);
Please visit:
http://plnkr.co/edit/xXSeaKXCxZvTl1bA6u2D?p=preview
Please correct this issue.
The text was updated successfully, but these errors were encountered: