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

Function flushApplyAsync

test/angular/1.4/angular.js:16774–16783  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16772 function initWatchVal() {}
16773
16774 function flushApplyAsync() {
16775 while (applyAsyncQueue.length) {
16776 try {
16777 applyAsyncQueue.shift()();
16778 } catch (e) {
16779 $exceptionHandler(e);
16780 }
16781 }
16782 applyAsyncId = null;
16783 }
16784
16785 function scheduleApplyAsync() {
16786 if (applyAsyncId === null) {

Callers 1

$RootScopeProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected