docs(*): more cheatsheet docs

This commit is contained in:
Peter Bacon Darwin
2015-11-05 15:04:55 +00:00
committed by Naomi Black
parent 533b722c66
commit 756727b930
5 changed files with 123 additions and 0 deletions
@@ -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.