We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afed23c commit 7210b7aCopy full SHA for 7210b7a
src/ng/rootScope.js
@@ -228,7 +228,7 @@ function $RootScopeProvider(){
228
* have adverse memory and performance implications.
229
* - The watch `listener` may change the model, which may trigger other `listener`s to fire. This
230
* is achieved by rerunning the watchers until no changes are detected. The rerun iteration
231
- * limit is 100 to prevent an infinite loop deadlock.
+ * limit is 10 to prevent an infinite loop deadlock.
232
*
233
234
* If you want to be notified whenever {@link ng.$rootScope.Scope#$digest $digest} is called,
0 commit comments