angular/modules/angular2/docs/cheatsheet/forms.md
2015-11-11 16:32:25 -08:00

8 lines
No EOL
237 B
Markdown

@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.