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

Function invokeLater

test/angular/1.5/angular.js:2378–2384  ·  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

2376 * @returns {angular.Module}
2377 */
2378 function invokeLater(provider, method, insertMethod, queue) {
2379 if (!queue) queue = invokeQueue;
2380 return function() {
2381 queue[insertMethod || 'push']([provider, method, arguments]);
2382 return moduleInstance;
2383 };
2384 }
2385
2386 /**
2387 * @param {string} provider

Callers 1

setupModuleLoaderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected