From 30d970e42ecf4b69cdd75f368302461250a4a858 Mon Sep 17 00:00:00 2001 From: supeRodv2 Date: Thu, 1 Sep 2016 11:35:14 +0800 Subject: [PATCH] =?UTF-8?q?forms=20=E5=BA=94=E8=AF=A5=E8=AF=91=E4=B8=BA?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E8=80=8C=E4=B8=8D=E6=98=AF=E8=A1=A8=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/guide/forms.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/forms.jade b/public/docs/ts/latest/guide/forms.jade index 1777177297..7449a62a67 100644 --- a/public/docs/ts/latest/guide/forms.jade +++ b/public/docs/ts/latest/guide/forms.jade @@ -597,7 +597,7 @@ figure.image-display - Each input element has a `name` property that is required by Angular Forms to register the control with the form. - - 每一个input元素都有一个`name`属性,Angular的表格模块需要使用它为表单注册控制器。 + - 每一个input元素都有一个`name`属性,Angular的表单模块需要使用它为表单注册控制器。 :marked If we ran the app right now and changed every Hero model property, the form might display like this: