angular-cn/modules/angular2/docs/cheatsheet/forms.md

8 lines
237 B
Markdown
Raw Normal View History

2015-11-05 10:04:55 -05:00
@cheatsheetSection
@name Forms
@description
`import {FORM_DIRECTIVES} from 'angular2/angular2';`
@cheatsheetItem
`<input [(ng-model)]=\"userName\">`|`[(ng-model)]`
Provides two-way data-binding, parsing and validation for form controls.