TypeError: Cannot read property 'runner' of undefined
问题 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