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

Function invokeLater

test/resolveSpec.ts:22–24  ·  view source on GitHub ↗
(fn: Function, ctx: ResolveContext)

Source from the content-addressed store, hash-verified

20let asyncCount;
21
22function invokeLater(fn: Function, ctx: ResolveContext) {
23 return new Resolvable('', fn, services.$injector.annotate(fn)).get(ctx);
24}
25
26function getStates() {
27 return {

Callers 1

resolveSpec.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected