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

Function invokeLater

test/angular/1.6/angular.js:2603–2609  ·  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

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

Callers 1

setupModuleLoaderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected