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

Function flushApplyAsync

code/songhop/www/lib/angular/angular.js:14733–14742  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14731 function initWatchVal() {}
14732
14733 function flushApplyAsync() {
14734 while (applyAsyncQueue.length) {
14735 try {
14736 applyAsyncQueue.shift()();
14737 } catch (e) {
14738 $exceptionHandler(e);
14739 }
14740 }
14741 applyAsyncId = null;
14742 }
14743
14744 function scheduleApplyAsync() {
14745 if (applyAsyncId === null) {

Callers 1

$RootScopeProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected