From 6af97d25290329a471d7be057b16723f5f404f80 Mon Sep 17 00:00:00 2001 From: baiyangcao Date: Tue, 14 Mar 2017 14:31:36 +0800 Subject: [PATCH] fix guide - forms.jade --- public/docs/ts/latest/guide/forms.jade | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/forms.jade b/public/docs/ts/latest/guide/forms.jade index d2c0e349bb..8e8151ae68 100644 --- a/public/docs/ts/latest/guide/forms.jade +++ b/public/docs/ts/latest/guide/forms.jade @@ -538,6 +538,8 @@ figure.image-display :marked The diagnostic is evidence that values really are flowing from the input box to the model and back again. + + 诊断信息可以证明,数据确实从输入框流动到模型,再反向流动回来。 .l-sub-section :marked @@ -545,7 +547,7 @@ figure.image-display For more information about `[(ngModel)]` and two-way data bindings, see the [Template Syntax](template-syntax.html#ngModel) page. - 诊断信息可以证明,数据确实从输入框流动到模型,再反向流动回来。**这就是双向数据绑定!** + **这就是双向数据绑定!**更多关于`[(ngModel)]`和双向数据绑定的信息见[模板语法](template-syntax.html#ngModel) 页面。 :marked Notice that we also added a `name` attribute to our `` tag and set it to "name"