We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25317e1 commit 74fec5bCopy full SHA for 74fec5b
src/urlRouterProvider.ts
@@ -208,10 +208,9 @@ export class RawNg1UrlRule implements UrlRule {
208
type: UrlRuleType = "RAW";
209
priority = 0;
210
211
- constructor(public ruleFn: RawNg1RuleFunction, public router: UIRouter) {
212
- }
+ constructor(public ruleFn: RawNg1RuleFunction, public router: UIRouter) { }
213
214
- match = (path: string, search: any, hash: string) =>
+ match = () =>
215
this.ruleFn(services.$injector, this.router.locationService);
216
217
handler = identity
0 commit comments