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

8 lines
237 B
Markdown
Raw Normal View History

2015-11-05 15:04:55 +00: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.