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

Function invokeLaterAndSetModuleName

lib/test/angular/1.6.7/angular.js:2600–2607  ·  view source on GitHub ↗

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

(provider, method, queue)

Source from the content-addressed store, hash-verified

2598 * @returns {angular.Module}
2599 */
2600 function invokeLaterAndSetModuleName(provider, method, queue) {
2601 if (!queue) queue = invokeQueue;
2602 return function(recipeName, factoryFunction) {
2603 if (factoryFunction && isFunction(factoryFunction)) factoryFunction.$$moduleName = name;
2604 queue.push([provider, method, arguments]);
2605 return moduleInstance;
2606 };
2607 }
2608 });
2609 };
2610 });

Callers 1

setupModuleLoaderFunction · 0.70

Calls 1

isFunctionFunction · 0.70

Tested by

no test coverage detected