docs(*): more cheatsheet docs
This commit is contained in:
committed by
Naomi Black
parent
533b722c66
commit
756727b930
@@ -0,0 +1,8 @@
|
||||
@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.
|
||||
Reference in New Issue
Block a user