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

Function flushApplyAsync

lib/test/angular/1.7.0/angular.js:19213–19222  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19211 function initWatchVal() {}
19212
19213 function flushApplyAsync() {
19214 while (applyAsyncQueue.length) {
19215 try {
19216 applyAsyncQueue.shift()();
19217 } catch (e) {
19218 $exceptionHandler(e);
19219 }
19220 }
19221 applyAsyncId = null;
19222 }
19223
19224 function scheduleApplyAsync() {
19225 if (applyAsyncId === null) {

Callers 1

$RootScopeProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected