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

Function flushApplyAsync

lib/test/angular/1.6.7/angular.js:18917–18926  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18915 function initWatchVal() {}
18916
18917 function flushApplyAsync() {
18918 while (applyAsyncQueue.length) {
18919 try {
18920 applyAsyncQueue.shift()();
18921 } catch (e) {
18922 $exceptionHandler(e);
18923 }
18924 }
18925 applyAsyncId = null;
18926 }
18927
18928 function scheduleApplyAsync() {
18929 if (applyAsyncId === null) {

Callers 1

$RootScopeProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected