MCPcopy Create free account
hub / github.com/angular-ui/ui-grid / flushApplyAsync

Function flushApplyAsync

lib/test/angular/1.8.0/angular.js:19858–19867  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19856 function initWatchVal() {}
19857
19858 function flushApplyAsync() {
19859 while (applyAsyncQueue.length) {
19860 try {
19861 applyAsyncQueue.shift()();
19862 } catch (e) {
19863 $exceptionHandler(e);
19864 }
19865 }
19866 applyAsyncId = null;
19867 }
19868
19869 function scheduleApplyAsync() {
19870 if (applyAsyncId === null) {

Callers 1

$RootScopeProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected