diff --git a/modules/angular2/docs/cheatsheet/bootstrapping.md b/modules/angular2/docs/cheatsheet/bootstrapping.md index cbf61c78e4..1dbf6e059b 100644 --- a/modules/angular2/docs/cheatsheet/bootstrapping.md +++ b/modules/angular2/docs/cheatsheet/bootstrapping.md @@ -5,53 +5,5 @@ Bootstrapping `import {bootstrap} from 'angular2/angular2';` @cheatsheetItem -``|`[value]` -Binds property `value` to the result of expression `firstName`. - -@cheatsheetItem -`
`|`[attr.role]` -Binds attribute `role` to the result of expression `myAriaRole`. - -@cheatsheetItem -`
`|`[class.extra-sparkle]` -Binds the presence of the css class `extra-sparkle` on the element to the truthiness of the expression `isDelightful`. - -@cheatsheetItem -`
`|`[style.width.px]` -Binds style property `width` to the result of expression `mySize` in pixels. Units are optional. - -@cheatsheetItem -`