MCPcopy Index your code
hub / github.com/angular-ui/ui-router / flushApplyAsync

Function flushApplyAsync

test/angular/1.5/angular.js:18389–18398  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18387 function initWatchVal() {}
18388
18389 function flushApplyAsync() {
18390 while (applyAsyncQueue.length) {
18391 try {
18392 applyAsyncQueue.shift()();
18393 } catch (e) {
18394 $exceptionHandler(e);
18395 }
18396 }
18397 applyAsyncId = null;
18398 }
18399
18400 function scheduleApplyAsync() {
18401 if (applyAsyncId === null) {

Callers 1

$RootScopeProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected