Fix typo in router.jade (#3183)
This commit is contained in:
parent
0713f35653
commit
b021012a9b
|
@ -1671,7 +1671,7 @@ a#relative-navigation
|
||||||
+makeExcerpt('src/app/crisis-center/crisis-detail.component.ts (relative navigation)', 'gotoCrises-navigate')
|
+makeExcerpt('src/app/crisis-center/crisis-detail.component.ts (relative navigation)', 'gotoCrises-navigate')
|
||||||
:marked
|
:marked
|
||||||
Notice that the path goes up a level (`../`) syntax.
|
Notice that the path goes up a level (`../`) syntax.
|
||||||
If the current crisis `id` is `1`, the resulting path back to the crisis list is `/crisis-center/;id=3;foo=foo`.
|
If the current crisis `id` is `3`, the resulting path back to the crisis list is `/crisis-center/;id=3;foo=foo`.
|
||||||
|
|
||||||
a#named-outlets
|
a#named-outlets
|
||||||
.l-main-section
|
.l-main-section
|
||||||
|
|
Loading…
Reference in New Issue