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.
Been debugging this for some time. Found that our carousels are broken because we disable debugInfo for performance within our live environment. It seems the carousel depends on debugInfoEnabled to be true. element.parent().scope() is unavailable when debguInfo is disabled.
TypeError: Cannot read property 'noTransition' of undefined
at Object.beforeRemoveClass [as fn] (carousel.js:324)
at angular-animate.js:741
at forEach (angular.js:339)
at run (angular-animate.js:726)
at Object.angular.module.directive.factory.config.$provide.decorator.before (angular-animate.js:767)
at performAnimation (angular-animate.js:1410)
at angular-animate.js:1215
at angular-animate.js:538
at Scope.$get.Scope.$digest (angular.js:14092)
at Scope.$get.Scope.$apply (angular.js:14304)
The text was updated successfully, but these errors were encountered:
wesleycho
changed the title
Carousel depends on $compileProvider.debugInfoEnabled(true);
Carousel depends on $compileProvider.debugInfoEnabled(false);
Jun 10, 2015
wesleycho
changed the title
Carousel depends on $compileProvider.debugInfoEnabled(false);
Carousel depends on $compileProvider.debugInfoEnabled(true);
Jun 10, 2015
Been debugging this for some time. Found that our carousels are broken because we disable debugInfo for performance within our live environment. It seems the carousel depends on debugInfoEnabled to be true.
element.parent().scope()
is unavailable when debguInfo is disabled.The text was updated successfully, but these errors were encountered: