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

Function runInvokeQueue

test/angular/1.5/angular.js:4657–4665  ·  view source on GitHub ↗
(queue)

Source from the content-addressed store, hash-verified

4655 loadedModules.put(module, true);
4656
4657 function runInvokeQueue(queue) {
4658 var i, ii;
4659 for (i = 0, ii = queue.length; i < ii; i++) {
4660 var invokeArgs = queue[i],
4661 provider = providerInjector.get(invokeArgs[0]);
4662
4663 provider[invokeArgs[1]].apply(provider, invokeArgs[2]);
4664 }
4665 }
4666
4667 try {
4668 if (isString(module)) {

Callers 1

loadModulesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected