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 :
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.
There are lot of open issues in GitHub and also in Stack Overflow.