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

Function flushApplyAsync

lib/test/angular/1.5.0/angular.js:17210–17219  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17208 function initWatchVal() {}
17209
17210 function flushApplyAsync() {
17211 while (applyAsyncQueue.length) {
17212 try {
17213 applyAsyncQueue.shift()();
17214 } catch (e) {
17215 $exceptionHandler(e);
17216 }
17217 }
17218 applyAsyncId = null;
17219 }
17220
17221 function scheduleApplyAsync() {
17222 if (applyAsyncId === null) {

Callers 1

$RootScopeProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected