diff --git a/public/docs/ts/latest/guide/forms.jade b/public/docs/ts/latest/guide/forms.jade index ee4d723341..f361c6ffdb 100644 --- a/public/docs/ts/latest/guide/forms.jade +++ b/public/docs/ts/latest/guide/forms.jade @@ -50,7 +50,7 @@ include ../_util-fns - 使用`[(ngModel)]`语法实现双向数据绑定,以便于读取和写入输入控件的值 - - using `ngControl` to track the change state and validity of form controls + - using `[(ngModel)]` to track the change state and validity of form controls - 结合一个表单来使用`ngModel`,能让我们跟踪状态的变化并对表单控件做验证 @@ -706,6 +706,8 @@ figure.image-display :marked Internally Angular creates `FormControls` and registers them with an `NgForm` directive that Angular attached to the `