Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save theaccordance/5853713 to your computer and use it in GitHub Desktop.

Select an option

Save theaccordance/5853713 to your computer and use it in GitHub Desktop.
Method for conditionally applying a CSS class to an accordion group for UI-Bootstrap/AngularJS
<accordion-group ng-class="{true:'active', false:''}[isOpen]">
<!-- Accordion content goes here -->
</accordion-group>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment