为了账号安全,请及时绑定邮箱和手机立即绑定

路由小节资料有问题,问题已贴出来了,麻烦老师帮看下

路由这节资料下载下来有问题,问题出在 angular-1.3.0.js:12446 Uncaught Error: [$rootScope:infdig] 10 $digest() iterations reached. Aborting! 请问如何解决

正在回答

1 回答

It is a known AngularJS issue. AngularJS itself prevents to many iterations to avoid infinite loops.

There is a possible workaround but it can harm other parts of your code:

$rootScopeProvider.digestTtl(15);

This changes the limit of the ten iterations to fifteen or whatever number you would like to.

http://jsfiddle.net/NP7P5/33/


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
AngularJS实战
  • 参与学习       205465    人
  • 解答问题       1158    个

一起学习AngularJS的基础教程,通过实例学习并学会AngularJS

进入课程

路由小节资料有问题,问题已贴出来了,麻烦老师帮看下

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信