MCPcopy Create free account
hub / github.com/bclinkinbeard/angular / beginPhase

Function beginPhase

test/fixtures/foo.js:12979–12985  ·  view source on GitHub ↗
(phase)

Source from the content-addressed store, hash-verified

12977
12978
12979 function beginPhase(phase) {
12980 if ($rootScope.$$phase) {
12981 throw $rootScopeMinErr('inprog', '{0} already in progress', $rootScope.$$phase);
12982 }
12983
12984 $rootScope.$$phase = phase;
12985 }
12986
12987 function clearPhase() {
12988 $rootScope.$$phase = null;

Callers 1

$RootScopeProviderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected