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"