This commit is contained in:
Yang Lin 2016-11-06 15:17:58 +08:00
parent a934b5993a
commit ba8503d9b1
1 changed files with 3 additions and 3 deletions

View File

@ -553,7 +553,7 @@ block routerLink
:marked :marked
#### !{_redirectTo} #### !{_redirectTo}
#### 重定 #### 重定
We want the app to show the dashboard when it starts and We want the app to show the dashboard when it starts and
we want to see a nice URL in the browser address bar that says `/dashboard`. we want to see a nice URL in the browser address bar that says `/dashboard`.
@ -754,7 +754,7 @@ code-example(language="html").
Certainly not the last one; we can't embed an entire hero object in the URL! Nor would we want to. Certainly not the last one; we can't embed an entire hero object in the URL! Nor would we want to.
显然,在我们的任何一个路由场景中它都无法工作。 显然,在我们的任何一个路由场景中它都无法工作。
特别是最后一个需求,我们也没法把一个完整的hero对象嵌入到URL中不过我们本来也不想这样。 特别是最后一个需求,我们无法将一个完整的hero对象嵌入到URL中不过我们本来也不想这样。
### Parameterized route ### Parameterized route
@ -802,7 +802,7 @@ code-example(format='').
:marked :marked
We're finished with the application routes. We're finished with the application routes.
我们已经完成了应用的路由。 我们已经完成了应用的路由。
We won't add a `'Hero Detail'` link to the template because users We won't add a `'Hero Detail'` link to the template because users