MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / runInvokeQueue

Function runInvokeQueue

lib/test/angular/1.4.3/angular.js:4350–4358  ·  view source on GitHub ↗
(queue)

Source from the content-addressed store, hash-verified

4348 loadedModules.put(module, true);
4349
4350 function runInvokeQueue(queue) {
4351 var i, ii;
4352 for (i = 0, ii = queue.length; i < ii; i++) {
4353 var invokeArgs = queue[i],
4354 provider = providerInjector.get(invokeArgs[0]);
4355
4356 provider[invokeArgs[1]].apply(provider, invokeArgs[2]);
4357 }
4358 }
4359
4360 try {
4361 if (isString(module)) {

Callers 1

loadModulesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected