AngularJS : Cannot read property 'runner' of undefined

337 Views Asked by At

Summary : I am having a critical issue in my Angular application. I am using

  • AngularJS v1.4.7
  • angular-animate
  • angular-ui-router

I am getting an error in console:

TypeError: Cannot read property 'runner' of undefined'

Screenshot :

enter image description here

Way to produce the error :

This Type Error not produce every time, but sometime when i try to change the state using ui-sref from the HTML and $state.go() from the controller.

What I tried so far ?

I tried this temporary fix in angular-animate.js but no progress at all.

enter image description here

There are lot of open issues in GitHub and also in Stack Overflow.

0

There are 0 best solutions below