From c0fbe8ba841f7687ba2e65dafa0df69a58704000 Mon Sep 17 00:00:00 2001 From: Zhicheng WANG Date: Mon, 17 Dec 2018 11:17:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AE=A9=E8=A1=A8=E8=BE=BE=E6=9B=B4?= =?UTF-8?q?=E6=B8=85=E6=99=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/template-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/template-syntax.md b/aio/content/guide/template-syntax.md index 83c5e99d2b..8b977fe27a 100644 --- a/aio/content/guide/template-syntax.md +++ b/aio/content/guide/template-syntax.md @@ -2453,7 +2453,7 @@ Here it is referenced first in an interpolation and then passed in a binding to the `hero` property of the `` component. 你可以在 `ngFor` 的宿主元素(及其子元素)中引用模板输入变量 `hero`,从而访问该英雄的属性。 -这里它首先在一个插值表达式中被引用到,然后通过一个绑定把它传给了 `` 组件的 `hero` 属性。 +这里的第一个语句示范了如何在一个插值表达式中引用它,第二个语句则示范了如何用一个输入绑定把它传给 `` 组件的 `hero` 属性。