Skip to content

Instantly share code, notes, and snippets.

@EmmanuelDemey
Created July 10, 2015 12:54
Show Gist options
  • Select an option

  • Save EmmanuelDemey/d54d784b2bb869d809b8 to your computer and use it in GitHub Desktop.

Select an option

Save EmmanuelDemey/d54d784b2bb869d809b8 to your computer and use it in GitHub Desktop.
<div ng-class="{true:'close', false: 'open'}[isCollapsed()]">
</div>
<div ng-class="{'close': isCollapsed()}">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment