docs(cheatsheet): update to new syntax
See https://github.com/angular/angular.io/pull/459 Closes #5733
This commit is contained in:

committed by
Pete Bacon Darwin

parent
ca73852746
commit
2f0744b089
@ -5,5 +5,7 @@ Forms
|
||||
`import {FORM_DIRECTIVES} from 'angular2/angular2';`
|
||||
|
||||
@cheatsheetItem
|
||||
syntax:
|
||||
`<input [(ng-model)]="userName">`|`[(ng-model)]`
|
||||
description:
|
||||
Provides two-way data-binding, parsing and validation for form controls.
|
Reference in New Issue
Block a user