Skip to content

Instantly share code, notes, and snippets.

@hsuh
Created August 6, 2014 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hsuh/15e3db305c43de03b691 to your computer and use it in GitHub Desktop.
Save hsuh/15e3db305c43de03b691 to your computer and use it in GitHub Desktop.
ng-class
When using ng-class, the expression must evaluate to one of the following:
a string of space-delimited class names, or
and array of class names, or
a map/object of class names to boolean values.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment