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 was archived by the owner on Apr 12, 2024. It is now read-only.
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.
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 ;)
The text was updated successfully, but these errors were encountered: