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

Function invokeLaterAndSetModuleName

lib/test/angular/1.8.0/angular.js:2635–2642  ·  view source on GitHub ↗

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

(provider, method, queue)

Source from the content-addressed store, hash-verified

2633 * @returns {angular.Module}
2634 */
2635 function invokeLaterAndSetModuleName(provider, method, queue) {
2636 if (!queue) queue = invokeQueue;
2637 return function(recipeName, factoryFunction) {
2638 if (factoryFunction && isFunction(factoryFunction)) factoryFunction.$$moduleName = name;
2639 queue.push([provider, method, arguments]);
2640 return moduleInstance;
2641 };
2642 }
2643 });
2644 };
2645 });

Callers 1

setupModuleLoaderFunction · 0.70

Calls 1

isFunctionFunction · 0.70

Tested by

no test coverage detected