fix guide - forms.jade

This commit is contained in:
baiyangcao 2017-03-14 14:31:36 +08:00
parent 2eedd15cd1
commit 6af97d2529
1 changed files with 3 additions and 1 deletions

View File

@ -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 `<input>` tag and set it to "name"