MCPcopy
hub / github.com/angular-ui/ui-router / incrementWatchersCount

Function incrementWatchersCount

test/angular/1.7/angular.js:19771–19775  ·  view source on GitHub ↗
(current, count)

Source from the content-addressed store, hash-verified

19769 }
19770
19771 function incrementWatchersCount(current, count) {
19772 do {
19773 current.$$watchersCount += count;
19774 } while ((current = current.$parent));
19775 }
19776
19777 function decrementListenerCount(current, count, name) {
19778 do {

Callers 1

$RootScopeProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected