MCPcopy Create free account
hub / github.com/bclinkinbeard/angular / invokeLater

Function invokeLater

test/fixtures/foo.js:1886–1891  ·  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

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

Callers 1

setupModuleLoaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected