From 5cff1443c190323ee03caa17f8d095180fb3f03a Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Mon, 19 Jun 2017 14:48:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/guide/structural-directives.jade | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/structural-directives.jade b/public/docs/ts/latest/guide/structural-directives.jade index f44dfed26d..662fa95eb2 100644 --- a/public/docs/ts/latest/guide/structural-directives.jade +++ b/public/docs/ts/latest/guide/structural-directives.jade @@ -366,8 +366,9 @@ a#ngFor 至少`NgFor`会需要一个循环变量(`let hero`)和一个列表(`heroes`)。 You enable these features in the string assigned to `ngFor`, which you write in Angular's [microsyntax](#microsyntax). + 我们可以通过把一个字符串赋值给`ngFor`来启用这些特性,这个字符串使用Angular的[微语法](#microsyntax)。 - + .alert.is-helpful :marked Everything _outside_ the `ngFor` string stays with the host element