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

Function invokeLater

test/angular/1.4/angular.js:2254–2260  ·  view source on GitHub ↗

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

(provider, method, insertMethod, queue)

Source from the content-addressed store, hash-verified

2252 * @returns {angular.Module}
2253 */
2254 function invokeLater(provider, method, insertMethod, queue) {
2255 if (!queue) queue = invokeQueue;
2256 return function() {
2257 queue[insertMethod || 'push']([provider, method, arguments]);
2258 return moduleInstance;
2259 };
2260 }
2261
2262 /**
2263 * @param {string} provider

Callers 1

setupModuleLoaderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected