docs(cheatsheet): copyedit

Fixed a few little things. I'll probably have more changes to make later, once I understand everything better.

Also added a missing syntax line.

Closes #5806
This commit is contained in:
Kathy Walrath
2015-12-10 09:52:19 -08:00
parent a66cc50168
commit 3fd898e91f
7 changed files with 21 additions and 20 deletions

View File

@ -31,5 +31,4 @@ Conditionally swaps the contents of the div by selecting one of the embedded tem
syntax:
`<div [ngClass]="{active: isActive, disabled: isDisabled}">`|`[ngClass]`
description:
Binds the presence of css classes on the element to the truthiness of the associated map values. The right-hand side expression should return {class-name: true/false} map.
Binds the presence of CSS classes on the element to the truthiness of the associated map values. The right-hand side expression should return {class-name: true/false} map.