From d76964ed915fe357446e2140f9c66b20b45f31b6 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Mon, 16 May 2016 14:40:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E7=A1=80=E7=9F=A5=E8=AF=86-=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=95=B0=E6=8D=AE=20=E4=B8=80=E5=AE=A1=E5=AE=8C?= =?UTF-8?q?=E6=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../docs/ts/latest/guide/displaying-data.jade | 66 ++++++++++--------- public/docs/ts/latest/guide/forms.jade | 4 +- .../docs/ts/latest/guide/template-syntax.jade | 7 ++ 3 files changed, 43 insertions(+), 34 deletions(-) diff --git a/public/docs/ts/latest/guide/displaying-data.jade b/public/docs/ts/latest/guide/displaying-data.jade index 64cbd983e7..98d5a63dd9 100644 --- a/public/docs/ts/latest/guide/displaying-data.jade +++ b/public/docs/ts/latest/guide/displaying-data.jade @@ -192,14 +192,14 @@ figure.image-display Now we use the Angular `ngFor` "repeater" directive in the template to display each item in the `heroes` list. - 现在我们在模板中使用Angular的`NgFor`“重复器”指令来显示`heroes`列表中的每一个条目。 + 现在,我们在模板中使用Angular的`ngFor`“重复器”指令来显示`heroes`列表中的每一个条目。 +makeExample('displaying-data/ts/app/app.component.2.ts', 'template','app/app.component.ts (模板)')(format=".") :marked Our presentation is the familiar HTML unordered list with `