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
I got an error when I set $compileProvider.debugInfoEnabled(false);:
TypeError: Cannot set property 'tabScrollTitle' of undefined
at angular-ui-tab-scroll.js:346
at Object.forEach (angular.js:341)
at Scope.$scope.reCalcAll (angular-ui-tab-scroll.js:340)
at angular-ui-tab-scroll.js:114
at angular.js:18132
at completeOutstandingRequest (angular.js:5729)
at angular.js:6006
I got an error when I set
$compileProvider.debugInfoEnabled(false);
:The problem here is, that the
isolateScope()
returns undefined when thedebugInfo
is disabled.See here: http://stackoverflow.com/a/32481247/1168594
The text was updated successfully, but these errors were encountered: