fix: 移除重复的英文

fix: 修正两处乱码
This commit is contained in:
Zhicheng Wang 2017-03-03 16:22:11 +08:00
parent d1011f5aa8
commit 6891b7fbe2
2 changed files with 2 additions and 14 deletions

View File

@ -785,7 +785,7 @@ code-example(format="nocode").
The chain of creations started with the `Logger` provider. *Providers* are the subject of our next section.
这个“创建链”始于`Logger`的提供商。这个*提供商*就是下一节的主题。
这个“创建链”始于`Logger`的提供商。这个*提供商*就是下一节的主题
.l-main-section#providers
:marked

View File

@ -22,8 +22,6 @@ block includes
* [HTML](#html)
[HTML](#html)
* [Interpolation](#interpolation)
[插值表达式](#interpolation)
@ -66,24 +64,14 @@ block includes
* [NgClass](#ngClass)
[NgClass](#ngClass)
* [NgStyle](#ngStyle)
[NgStyle](#ngStyle)
* [NgIf](#ngIf)
[NgIf](#ngIf)
* [NgSwitch](#ngSwitch)
[NgSwitch](#ngSwitch)
* [NgFor](#ngFor)
[NgFor](#ngFor)
* [* and <template>](#star-template)
[* 与 <template>](#star-template)
@ -936,7 +924,7 @@ table
:marked
Nor can we use property binding to *call* a method on the target element.
也不能使用属性绑定来*调用*目标元素上的方法。
也不能使用属性 绑定 来*调用*目标元素上的方法。
If the element raises events we can listen to them with an [event binding](#event-binding).