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

Function flushApplyAsync

lib/test/angular/1.4.3/angular.js:16232–16241  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16230 function initWatchVal() {}
16231
16232 function flushApplyAsync() {
16233 while (applyAsyncQueue.length) {
16234 try {
16235 applyAsyncQueue.shift()();
16236 } catch (e) {
16237 $exceptionHandler(e);
16238 }
16239 }
16240 applyAsyncId = null;
16241 }
16242
16243 function scheduleApplyAsync() {
16244 if (applyAsyncId === null) {

Callers 1

$RootScopeProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected