码迷,mamicode.com
首页 > 其他好文 > 详细

ui router digest 10 time

时间:2015-10-30 20:23:58      阅读:215      评论:0      收藏:0      [点我收藏+]

标签:

refer : https://github.com/angular-ui/ui-router/issues/600

$urlRouterProvider.when("/", "/companys") redirect to companys 时,如果被 onStateChange 拦截并且 preventDefault() + $state.go(‘otherState‘), otherState有使用 templateUrl 需要异步加载的话,那么就会出现这个 Bug 了! 

在做login系统时很容易会中这个bug哦! 

解决方案是不要用 templateUrl 在这个redirect的界面,或者make sure when 不会被 stateChange preventDefault. 总之就是避开吧!

 

ui router digest 10 time

标签:

原文地址:http://www.cnblogs.com/keatkeat/p/4924147.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!