From 210b076594957a00a82bfc7fab9f4f97c72c16c1 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Mon, 11 Jul 2016 12:46:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E6=8D=AE=E7=BD=91=E4=B8=8A=E5=8F=8D?= =?UTF-8?q?=E9=A6=88=E5=8E=BB=E6=8E=89=E4=BA=86=E8=B7=AF=E7=94=B1=E5=90=8D?= =?UTF-8?q?=E5=AD=97=EF=BC=8C=E6=96=B0=E7=89=88=E5=B7=B2=E7=BB=8F=E4=B8=8D?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E4=BA=86=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/tutorial/toh-pt5.jade | 4 ---- public/translate/cn/about.jade | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/public/docs/ts/latest/tutorial/toh-pt5.jade b/public/docs/ts/latest/tutorial/toh-pt5.jade index 9022825f7c..e9abf04353 100644 --- a/public/docs/ts/latest/tutorial/toh-pt5.jade +++ b/public/docs/ts/latest/tutorial/toh-pt5.jade @@ -346,10 +346,6 @@ code-example(language="bash"). * **path**: 路由器会用它来匹配路由中指定的路径和浏览器地址栏中的当前路径,如`/heroes`。 - * **name**: the official name of the route; it *must* begin with a capital letter to avoid confusion with the *path* (`Heroes`). - - * **name**: 路由的正式名字,它*必须*以大写字母开头儿,以免和*path*混淆,如`Heroes`。 - * **component**: the component that the router should create when navigating to this route (`HeroesComponent`). * **component**: 导航到此路由时,路由器需要创建的组件,如`HeroesComponent`。 diff --git a/public/translate/cn/about.jade b/public/translate/cn/about.jade index 93f292f286..b5786eed66 100644 --- a/public/translate/cn/about.jade +++ b/public/translate/cn/about.jade @@ -41,6 +41,7 @@ - Hantsy (来自Github) - iloveyo123u1 (来自Github) - 123(来自Angular中文社区) + - keyiis(来自Github) - 另外还有一些做好事不留名的活雷锋 想让你的名字也出现在这里吗?请提供[反馈、纠错](https://github.com/angular/angular-cn/issues)。