| 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()); |
nothing calls this directly
no outgoing calls
no test coverage detected