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

Function incrementWatchersCount

test/angular/1.4/angular.js:16752–16756  ·  view source on GitHub ↗
(current, count)

Source from the content-addressed store, hash-verified

16750 }
16751
16752 function incrementWatchersCount(current, count) {
16753 do {
16754 current.$$watchersCount += count;
16755 } while ((current = current.$parent));
16756 }
16757
16758 function decrementListenerCount(current, count, name) {
16759 do {

Callers 1

$RootScopeProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected