fix: 微调

This commit is contained in:
Zhicheng Wang 2017-06-19 14:48:46 +08:00
parent 398d887f11
commit 5cff1443c1
1 changed files with 2 additions and 1 deletions

View File

@ -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