Fixes typo
This commit is contained in:
parent
692c63155f
commit
b44055b186
|
@ -235,7 +235,7 @@ figure.image-display
|
|||
to the item (the hero) in the current iteration. Angular uses that variable as the
|
||||
context for the interpolation in the double curly braces.
|
||||
|
||||
Angular为列表中的每一英复制一个`<li>`元素,在每个迭代中,都会把`hero`变量设置为当前条目(英雄)。
|
||||
Angular为列表中的每个条目复制一个`<li>`元素,在每个迭代中,都会把`hero`变量设置为当前条目(英雄)。
|
||||
Angular把`hero`变量作为双花括号插值表达式的上下文。
|
||||
.l-sub-section
|
||||
:marked
|
||||
|
|
Loading…
Reference in New Issue