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

Function invokeLater

test/angular/1.2/angular.js:1888–1893  ·  view source on GitHub ↗

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

(provider, method, insertMethod)

Source from the content-addressed store, hash-verified

1886 * @returns {angular.Module}
1887 */
1888 function invokeLater(provider, method, insertMethod) {
1889 return function() {
1890 invokeQueue[insertMethod || 'push']([provider, method, arguments]);
1891 return moduleInstance;
1892 };
1893 }
1894 });
1895 };
1896 });

Callers 1

setupModuleLoaderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected