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

Function runInvokeQueue

lib/test/angular/1.5.0/angular.js:4491–4499  ·  view source on GitHub ↗
(queue)

Source from the content-addressed store, hash-verified

4489 loadedModules.put(module, true);
4490
4491 function runInvokeQueue(queue) {
4492 var i, ii;
4493 for (i = 0, ii = queue.length; i < ii; i++) {
4494 var invokeArgs = queue[i],
4495 provider = providerInjector.get(invokeArgs[0]);
4496
4497 provider[invokeArgs[1]].apply(provider, invokeArgs[2]);
4498 }
4499 }
4500
4501 try {
4502 if (isString(module)) {

Callers 1

loadModulesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected