TypeError: Cannot read property 'runner' of undefined

谁说我不能喝 提交于 2020-01-15 06:07:25

问题


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

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

Thanks


回答1:


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




回答2:


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.



来源:https://stackoverflow.com/questions/31525168/typeerror-cannot-read-property-runner-of-undefined

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!