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

Function beginPhase

lib/test/angular/1.7.0/angular.js:19179–19185  ·  view source on GitHub ↗
(phase)

Source from the content-addressed store, hash-verified

19177
19178
19179 function beginPhase(phase) {
19180 if ($rootScope.$$phase) {
19181 throw $rootScopeMinErr('inprog', '{0} already in progress', $rootScope.$$phase);
19182 }
19183
19184 $rootScope.$$phase = phase;
19185 }
19186
19187 function clearPhase() {
19188 $rootScope.$$phase = null;

Callers 1

$RootScopeProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected