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

Function invokeLaterAndSetModuleName

test/angular/1.6/angular.js:2616–2623  ·  view source on GitHub ↗

* @param {string} provider * @param {string} method * @returns {angular.Module}

(provider, method, queue)

Source from the content-addressed store, hash-verified

2614 * @returns {angular.Module}
2615 */
2616 function invokeLaterAndSetModuleName(provider, method, queue) {
2617 if (!queue) queue = invokeQueue;
2618 return function(recipeName, factoryFunction) {
2619 if (factoryFunction && isFunction(factoryFunction)) factoryFunction.$$moduleName = name;
2620 queue.push([provider, method, arguments]);
2621 return moduleInstance;
2622 };
2623 }
2624 });
2625 };
2626 });

Callers 1

setupModuleLoaderFunction · 0.70

Calls 1

isFunctionFunction · 0.70

Tested by

no test coverage detected