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

Function invokeLaterAndSetModuleName

lib/test/angular/1.7.0/angular.js:2575–2582  ·  view source on GitHub ↗

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

(provider, method, queue)

Source from the content-addressed store, hash-verified

2573 * @returns {angular.Module}
2574 */
2575 function invokeLaterAndSetModuleName(provider, method, queue) {
2576 if (!queue) queue = invokeQueue;
2577 return function(recipeName, factoryFunction) {
2578 if (factoryFunction && isFunction(factoryFunction)) factoryFunction.$$moduleName = name;
2579 queue.push([provider, method, arguments]);
2580 return moduleInstance;
2581 };
2582 }
2583 });
2584 };
2585 });

Callers 1

setupModuleLoaderFunction · 0.70

Calls 1

isFunctionFunction · 0.70

Tested by

no test coverage detected