forms 应该译为表单而不是表格
This commit is contained in:
parent
a039c046c5
commit
30d970e42e
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue