Merge pull request #60 from supgeek-rod/patch-1

forms 应该译为表单而不是表格
This commit is contained in:
雪狼 2016-09-02 00:13:25 -05:00 committed by GitHub
commit 4de2f80654
1 changed files with 1 additions and 1 deletions

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: