This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
(bug) ngAnimate options.domOperation is not a function #11713
Closed
Description
Few days ago at production error occured:
TypeError: options.domOperation is not a function
options.domOperation();
angular...mate.js (line 2747, col 8)
https://github.com/angular/angular.js/blob/master/src/ngAnimate/animateQueue.js#L432
First I don't have this error at local machine, but after update Bower dependencies(bower update) I got it.
Here is my bower.json
...
"angular": "~1.4.0",
"angular-animate": "~1.4.0",
...