MCPcopy Create free account
hub / github.com/EricSimons/ionic-course / beginPhase

Function beginPhase

code/songhop/www/lib/angular/angular.js:14704–14710  ·  view source on GitHub ↗
(phase)

Source from the content-addressed store, hash-verified

14702
14703
14704 function beginPhase(phase) {
14705 if ($rootScope.$$phase) {
14706 throw $rootScopeMinErr('inprog', '{0} already in progress', $rootScope.$$phase);
14707 }
14708
14709 $rootScope.$$phase = phase;
14710 }
14711
14712 function clearPhase() {
14713 $rootScope.$$phase = null;

Callers 1

$RootScopeProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected