-
Notifications
You must be signed in to change notification settings - Fork 27.3k
problem with ng-animate and tranclude #2351
Description
Hi,
I tried to put ng-animate on an existing angularjs app on the ng-view directive.
Everything work pretty fine but on some pages I had an error.
In Firefox I have the following error. It seems I had errors only on pages with directive using a transclude.
This error happend only if I use an ng-animate.
[10:17:53.366] Error: $transclude is not a function
ngTranscludeDirective<.controller<@http://localhost:8080/deployment-admin/js/libs/angular.js:15461
invoke@http://localhost:8080/deployment-admin/js/libs/angular.js:2880
instantiate@http://localhost:8080/deployment-admin/js/libs/angular.js:2890
@http://localhost:8080/deployment-admin/js/libs/angular.js:5178
applyDirectivesToNode/nodeLinkFn/<@http://localhost:8080/deployment-admin/js/libs/angular.js:4752
forEach@http://localhost:8080/deployment-admin/js/libs/angular.js:158
nodeLinkFn@http://localhost:8080/deployment-admin/js/libs/angular.js:4737
compositeLinkFn@http://localhost:8080/deployment-admin/js/libs/angular.js:4365
compositeLinkFn@http://localhost:8080/deployment-admin/js/libs/angular.js:4368
compositeLinkFn@http://localhost:8080/deployment-admin/js/libs/angular.js:4368
compositeLinkFn@http://localhost:8080/deployment-admin/js/libs/angular.js:4368
compositeLinkFn@http://localhost:8080/deployment-admin/js/libs/angular.js:4368
publicLinkFn@http://localhost:8080/deployment-admin/js/libs/angular.js:4270
update@http://localhost:8080/deployment-admin/js/libs/angular.js:15672
Scope.prototype.$broadcast@http://localhost:8080/deployment-admin/js/libs/angular.js:8935
updateRoute/<@http://localhost:8080/deployment-admin/js/libs/angular.js:7960
qFactory/defer/deferred.promise.then/wrappedCallback@http://localhost:8080/deployment-admin/js/libs/angular.js:7303
qFactory/defer/deferred.promise.then/wrappedCallback@http://localhost:8080/deployment-admin/js/libs/angular.js:7303
qFactory/ref/<.then/<@http://localhost:8080/deployment-admin/js/libs/angular.js:7340
Scope.prototype.$eval@http://localhost:8080/deployment-admin/js/libs/angular.js:8685
Scope.prototype.$digest@http://localhost:8080/deployment-admin/js/libs/angular.js:8548
Scope.prototype.$apply@http://localhost:8080/deployment-admin/js/libs/angular.js:8771
done@http://localhost:8080/deployment-admin/js/libs/angular.js:10004
completeRequest@http://localhost:8080/deployment-admin/js/libs/angular.js:10180
createHttpBackend/</xhr.onreadystatechange@http://localhost:8080/deployment-admin/js/libs/angular.js:10147
Thank you for this great library ;)