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

Function invokeLater

test/angular/1.7/angular.js:2601–2607  ·  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

2599 * @returns {angular.Module}
2600 */
2601 function invokeLater(provider, method, insertMethod, queue) {
2602 if (!queue) queue = invokeQueue;
2603 return function() {
2604 queue[insertMethod || 'push']([provider, method, arguments]);
2605 return moduleInstance;
2606 };
2607 }
2608
2609 /**
2610 * @param {string} provider

Callers 1

setupModuleLoaderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected