Skip to content

Instantly share code, notes, and snippets.

@carlospliego
Created July 8, 2014 19:39
Show Gist options
  • Save carlospliego/864569e6409e2bd13efe to your computer and use it in GitHub Desktop.
Save carlospliego/864569e6409e2bd13efe to your computer and use it in GitHub Desktop.
AngularJS Conditional Classes
ng-class="{selected: $index==selectedIndex}"
ng-class="{admin:'enabled', moderator:'disabled', '':'hidden'}[user.role]"
thank you: http://stackoverflow.com/a/8309832/1883201
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment