From 6891b7fbe2ebb37a2ddb2b59b6642c4dc2bf1ffa Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Fri, 3 Mar 2017 16:22:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E7=9A=84=E8=8B=B1=E6=96=87=20fix:=20=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E4=B8=A4=E5=A4=84=E4=B9=B1=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../docs/ts/latest/guide/dependency-injection.jade | 2 +- public/docs/ts/latest/guide/template-syntax.jade | 14 +------------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/public/docs/ts/latest/guide/dependency-injection.jade b/public/docs/ts/latest/guide/dependency-injection.jade index af550616c0..a5e2806247 100644 --- a/public/docs/ts/latest/guide/dependency-injection.jade +++ b/public/docs/ts/latest/guide/dependency-injection.jade @@ -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 diff --git a/public/docs/ts/latest/guide/template-syntax.jade b/public/docs/ts/latest/guide/template-syntax.jade index 3f6f13d12f..8f6d5b7fc3 100644 --- a/public/docs/ts/latest/guide/template-syntax.jade +++ b/public/docs/ts/latest/guide/template-syntax.jade @@ -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).