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

Function invokeLater

test/angular/1.3/angular.js:1998–2004  ·  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

1996 * @returns {angular.Module}
1997 */
1998 function invokeLater(provider, method, insertMethod, queue) {
1999 if (!queue) queue = invokeQueue;
2000 return function() {
2001 queue[insertMethod || 'push']([provider, method, arguments]);
2002 return moduleInstance;
2003 };
2004 }
2005 });
2006 };
2007 });

Callers 1

setupModuleLoaderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected