$rootScopeProvider
(service in module ng
)
Provider for the $rootScope service.
Sets the number of digest iteration the scope should attempt to execute before giving up and assuming that the model is unstable.
The current default is 10 iterations.
limit – {number} –
The number of digest iterations.