我正在尝试在 TideSDK 中实现一个 AngularJS 项目。但是,在运行程序时,我收到以下错误:
[09:15:57:982] [Ti.API] [错误] 达到 10 个 $digest() 迭代。中止!
观察者在最后 5 次迭代中触发:[["fn: $locationWatch; newVal: 29; oldVal: 28"], ["fn: $locationWatch; newVal: 30; oldVal: 29"],["fn: $locationWatch; newVal: 31; oldVal: 30"],["fn: $locationWatch; newVal: 32; oldVal: 31"],["fn: $locationWatch; newVal: 33; oldVal: 32"]]
我尝试了与此线程相关的修复,但没有效果。
AFAIK,潮汐基于最新的 Chromium。我想他们会很好地合作。
这一切都始于我在 Angular 中实现路由系统。