$rootScopeProvider
ng
Provider for the $rootScope service.
Sets the number of digest iterations the scope should attempt to execute before giving up and assuming that the model is unstable.
The current default is 10 iterations.
Param | Type | Details |
---|---|---|
limit | number | The number of digest iterations. |