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

Function notifyWhenNoPendingTasks

lib/test/angular/1.8.0/angular.js:21351–21358  ·  view source on GitHub ↗
(callback, taskType)

Source from the content-addressed store, hash-verified

21349 }
21350
21351 function notifyWhenNoPendingTasks(callback, taskType) {
21352 taskType = taskType || ALL_TASKS_TYPE;
21353 if (!taskCounts[taskType]) {
21354 callback();
21355 } else {
21356 taskCallbacks.push({type: taskType, cb: callback});
21357 }
21358 }
21359}
21360
21361var $templateRequestMinErr = minErr('$templateRequest');

Callers

nothing calls this directly

Calls 1

callbackFunction · 0.70

Tested by

no test coverage detected