相关疑难解决方法(0)

最大化$ digest迭代

我正在玩=这个小提琴中的指令和装订.我收到以下错误:

Uncaught Error: 10 $digest() iterations reached. Aborting!
Watchers fired in the last 5 iterations: [["fn: function () {\n                  var parentValue = parentGet(parentScope);\n\n                  if (parentValue !== scope[scopeName]) {\n                    // we are out of sync and need to copy\n                    if (parentValue !== lastValue) {\n                      // parent changed and it has precedence\n                      lastValue = scope[scopeName] = parentValue;\n                    } else {\n                      // if the parent can be assigned then do so\n                      parentSet(parentScope, lastValue = scope[scopeName]);\n                    }\n                  }\n                  return parentValue;\n …
Run Code Online (Sandbox Code Playgroud)

angularjs

10
推荐指数
1
解决办法
1万
查看次数

标签 统计

angularjs ×1