2

In my angular application I use AngularJS v1.4.3 (currently latest version)

Also using angular-animate https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.4.3/angular-animate.min.js

Using angular-ui-router ver 2.15 https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.15/angular-ui-router.min.js

I get an error: cannot read property 'runner' of undefined enter image description here

This error not appears always, but sometime when i try to change location I got this error.

Thanks

24sharon
  • 1,859
  • 7
  • 40
  • 65

2 Answers2

0

you can find this issue on github. this issue will resolve in v1.4.9

Mukund Kumar
  • 21,413
  • 18
  • 59
  • 79
0

Sorry, I am late. Kindly check is there any ng-data-animate directive in the HTML. Ideally, it should set on its own. If you are setting it manually then it is wrong.

jay rangras
  • 135
  • 1
  • 1
  • 11