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

Function beginPhase

lib/test/angular/1.6.7/angular.js:18883–18889  ·  view source on GitHub ↗
(phase)

Source from the content-addressed store, hash-verified

18881
18882
18883 function beginPhase(phase) {
18884 if ($rootScope.$$phase) {
18885 throw $rootScopeMinErr('inprog', '{0} already in progress', $rootScope.$$phase);
18886 }
18887
18888 $rootScope.$$phase = phase;
18889 }
18890
18891 function clearPhase() {
18892 $rootScope.$$phase = null;

Callers 1

$RootScopeProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected