MCPcopy
hub / github.com/angular-ui/ui-router / StateNotFoundEvent

Interface StateNotFoundEvent

src/legacy/stateEvents.ts:263–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261 const $urlRouter: UrlRouter = injector.get('$urlRouter');
262
263 interface StateNotFoundEvent extends IAngularEvent {
264 retry: Promise<any>;
265 }
266
267 const redirect = { to: $to$.identifier(), toParams: $to$.params(), options: $to$.options() };
268 const e = <StateNotFoundEvent>$rootScope.$broadcast('$stateNotFound', redirect, $from$.state(), $from$.params());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected