MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / beginPhase

Function beginPhase

lib/test/angular/1.4.3/angular.js:16198–16204  ·  view source on GitHub ↗
(phase)

Source from the content-addressed store, hash-verified

16196
16197
16198 function beginPhase(phase) {
16199 if ($rootScope.$$phase) {
16200 throw $rootScopeMinErr('inprog', '{0} already in progress', $rootScope.$$phase);
16201 }
16202
16203 $rootScope.$$phase = phase;
16204 }
16205
16206 function clearPhase() {
16207 $rootScope.$$phase = null;

Callers 1

$RootScopeProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected