MCPcopy
hub / github.com/angular-ui/ui-router / flushApplyAsync

Function flushApplyAsync

test/angular/1.6/angular.js:19193–19202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19191 function initWatchVal() {}
19192
19193 function flushApplyAsync() {
19194 while (applyAsyncQueue.length) {
19195 try {
19196 applyAsyncQueue.shift()();
19197 } catch (e) {
19198 $exceptionHandler(e);
19199 }
19200 }
19201 applyAsyncId = null;
19202 }
19203
19204 function scheduleApplyAsync() {
19205 if (applyAsyncId === null) {

Callers 1

$RootScopeProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected