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

Function flushApplyAsync

test/angular/1.3/angular.js:14951–14960  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14949 function initWatchVal() {}
14950
14951 function flushApplyAsync() {
14952 while (applyAsyncQueue.length) {
14953 try {
14954 applyAsyncQueue.shift()();
14955 } catch (e) {
14956 $exceptionHandler(e);
14957 }
14958 }
14959 applyAsyncId = null;
14960 }
14961
14962 function scheduleApplyAsync() {
14963 if (applyAsyncId === null) {

Callers 1

$RootScopeProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected