Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
fix: 微调
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhicheng Wang committed Jun 19, 2017
1 parent 398d887 commit 5cff144
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/docs/ts/latest/guide/structural-directives.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5cff144

Please sign in to comment.