MCPcopy Create free account
hub / github.com/EricSimons/ionic-course / invokeLater

Function invokeLater

code/songhop/www/lib/angular/angular.js:1964–1970  ·  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

1962 * @returns {angular.Module}
1963 */
1964 function invokeLater(provider, method, insertMethod, queue) {
1965 if (!queue) queue = invokeQueue;
1966 return function() {
1967 queue[insertMethod || 'push']([provider, method, arguments]);
1968 return moduleInstance;
1969 };
1970 }
1971 });
1972 };
1973 });

Callers 1

setupModuleLoaderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected