From 3789144368d08c702478028ce770b84bbe7c1208 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Thu, 14 Jul 2016 07:52:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E6=8D=AE=E7=BD=91=E5=8F=8Bpshadow?= =?UTF-8?q?=E7=9A=84=E5=8B=98=E8=AF=AF=EF=BC=8C=E6=94=B9=E6=AD=A3=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/tutorial/toh-pt6.jade | 4 ++-- public/translate/cn/about.jade | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/public/docs/ts/latest/tutorial/toh-pt6.jade b/public/docs/ts/latest/tutorial/toh-pt6.jade index 6043c80e22..2906183157 100644 --- a/public/docs/ts/latest/tutorial/toh-pt6.jade +++ b/public/docs/ts/latest/tutorial/toh-pt6.jade @@ -452,7 +452,7 @@ block hero-detail-comp-save-and-goback :marked The same save method is used for both add and edit since `HeroService` will know when to call `post` vs `put` based on the state of the `Hero` object. - 无论添加还是删除,所用的都是同一个`save`方法,这是因为`HeroService`会根据`Hero`对象的状态判断出什么时候该调用`post`什么时候该调用`put`。 + 无论添加还是编辑,所用的都是同一个`save`方法,这是因为`HeroService`会根据`Hero`对象的状态判断出什么时候该调用`post`什么时候该调用`put`。 After we save a hero, we redirect the browser back to the previous page using the `goBack()` method. @@ -485,7 +485,7 @@ figure.image-display :marked ### Add/Delete in the *HeroesComponent* - ### 在*HeroesComponent`中添加/删除 + ### 在`HeroesComponent`中添加/删除 We'll be reporting propagated HTTP errors, let's start by adding the following field to the `HeroesComponent` class: diff --git a/public/translate/cn/about.jade b/public/translate/cn/about.jade index 534be70872..1d055b4696 100644 --- a/public/translate/cn/about.jade +++ b/public/translate/cn/about.jade @@ -46,6 +46,7 @@ - dreamapplehappy(来自 Github ) - bang88(来自 Github ) - gogobook(来自 Github ) + - pshadow(来自 Github ) - 另外还有一些做好事不留名的活雷锋 想让你的名字也出现在这里吗?请提供[反馈、纠错](https://github.com/angular/angular-cn/issues)。