MCPcopy
hub / github.com/angular-ui/ui-grid / beginPhase

Function beginPhase

lib/test/angular/1.5.0/angular.js:17176–17182  ·  view source on GitHub ↗
(phase)

Source from the content-addressed store, hash-verified

17174
17175
17176 function beginPhase(phase) {
17177 if ($rootScope.$$phase) {
17178 throw $rootScopeMinErr('inprog', '{0} already in progress', $rootScope.$$phase);
17179 }
17180
17181 $rootScope.$$phase = phase;
17182 }
17183
17184 function clearPhase() {
17185 $rootScope.$$phase = null;

Callers 1

$RootScopeProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected