From 8f438a6bfecd2d71e9961133bb9e9b5bf77fc2b6 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Mon, 24 Apr 2017 22:16:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E9=81=97=E6=BC=8F=E7=9A=84?= =?UTF-8?q?=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/guide/template-syntax.jade | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/docs/ts/latest/guide/template-syntax.jade b/public/docs/ts/latest/guide/template-syntax.jade index 2d8b69ea10..6773b20e30 100644 --- a/public/docs/ts/latest/guide/template-syntax.jade +++ b/public/docs/ts/latest/guide/template-syntax.jade @@ -2706,6 +2706,8 @@ a#inputs-outputs Now look at a another snippet in which the `HeroDetailComponent` is the **target** of a binding on the _left_ of the equals (`=`). + + 现在,看看`HeroDetailComponent`中的另一个片段,等号(`=`)*左侧*的是绑定的**目标**。 +makeExample('template-syntax/ts/src/app/app.component.html', 'io-2')(format=".")