forms 应该译为表单而不是表格

This commit is contained in:
supeRodv2
2016-09-01 11:35:14 +08:00
committed by GitHub
parent a039c046c5
commit 30d970e42e
+1 -1
View File
@@ -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: