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

Function runInvokeQueue

lib/test/angular/1.8.0/angular.js:5091–5099  ·  view source on GitHub ↗
(queue)

Source from the content-addressed store, hash-verified

5089 loadedModules.set(module, true);
5090
5091 function runInvokeQueue(queue) {
5092 var i, ii;
5093 for (i = 0, ii = queue.length; i < ii; i++) {
5094 var invokeArgs = queue[i],
5095 provider = providerInjector.get(invokeArgs[0]);
5096
5097 provider[invokeArgs[1]].apply(provider, invokeArgs[2]);
5098 }
5099 }
5100
5101 try {
5102 if (isString(module)) {

Callers 1

loadModulesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected