angular-hint icon indicating copy to clipboard operation
angular-hint copied to clipboard

Error: $animate.setClass is not a function

Open alex-semenyuk opened this issue 9 years ago • 0 comments

After addition angular-hint throws:

`Error: $animate.setClass is not a function toggleValidCss@http://localhost:8000/app/bower_components/angular/angular.js:16173:1 FormController@http://localhost:8000/app/bower_components/angular/angular.js:16168:3 invoke@http://localhost:8000/app/bower_components/angular/angular.js:3966:14 instantiate@http://localhost:8000/app/bower_components/angular/angular.js:3977:23 $ControllerProvider/this.$get</<@http://localhost:8000/app/bower_components/angular/angular.js:7281:18 [2]</</</<@http://localhost:8000/app/bower_components/angular-hint/dist/hint.js:138:30 [33]</</</<@http://localhost:8000/app/bower_components/angular-hint/dist/hint.js:1123:28 nodeLinkFn/<@http://localhost:8000/app/bower_components/angular/angular.js:6670:34 forEach@http://localhost:8000/app/bower_components/angular/angular.js:332:11 nodeLinkFn@http://localhost:8000/app/bower_components/angular/angular.js:6657:11 compositeLinkFn@http://localhost:8000/app/bower_components/angular/angular.js:6105:13 publicLinkFn@http://localhost:8000/app/bower_components/angular/angular.js:6001:30 ngViewFillContentFactory/<.link@http://localhost:8000/app/bower_components/angular-route/angular-route.js:918:7 nodeLinkFn@http://localhost:8000/app/bower_components/angular/angular.js:6711:13 compositeLinkFn@http://localhost:8000/app/bower_components/angular/angular.js:6105:13 publicLinkFn@http://localhost:8000/app/bower_components/angular/angular.js:6001:30 createBoundTranscludeFn/boundTranscludeFn@http://localhost:8000/app/bower_components/angular/angular.js:6125:21 controllersBoundTransclude@http://localhost:8000/app/bower_components/angular/angular.js:6732:18 update@http://localhost:8000/app/bower_components/angular-route/angular-route.js:868:25 $RootScopeProvider/this.$get</Scope.prototype.$broadcast@http://localhost:8000/app/bower_components/angular/angular.js:12980:15 updateRoute/<@http://localhost:8000/app/bower_components/angular-route/angular-route.js:550:15 qFactory/defer/deferred.promise.then/wrappedCallback@http://localhost:8000/app/bower_components/angular/angular.js:11572:31 qFactory/defer/deferred.promise.then/wrappedCallback@http://localhost:8000/app/bower_components/angular/angular.js:11572:31 qFactory/ref/<.then/<@http://localhost:8000/app/bower_components/angular/angular.js:11658:26 $RootScopeProvider/this.$get</Scope.prototype.$eval@http://localhost:8000/app/bower_components/angular/angular.js:12701:16 $RootScopeProvider/this.$get</Scope.prototype.$digest@http://localhost:8000/app/bower_components/angular/angular.js:12513:15 $RootScopeProvider/this.$get</Scope.prototype.$apply@http://localhost:8000/app/bower_components/angular/angular.js:12805:13 done@http://localhost:8000/app/bower_components/angular/angular.js:8378:34 completeRequest@http://localhost:8000/app/bower_components/angular/angular.js:8592:7 createHttpBackend/</xhr.onreadystatechange@http://localhost:8000/app/bower_components/angular/angular.js:8531:1

`

Version angular is 1.3.3

alex-semenyuk avatar Nov 23 '14 12:11 alex-semenyuk