angularify.semantic.accordion - accordion directive for angular.js.
<accordion close="true">
<accordion-group title="First tab" open=true>
<p>Some text in first tab</p>
</accordion-group>
<accordion-group title="Second tab">
<p>Some text in second tab</p>
</accordion-group>
</accordion><accordion> - can have following attributes:
close- true || false, close all tabs if it istrue.
<accordion-group> - can have following attributes:
title- tab's title;open-true||false, currentaccordion-groupwill be open.
- Fork main repository.
- Make changes.
- Create issue.
- Send pull request.
- Thank you.
- Add transition.
- Add basic accordion.
- Add fluid-accordion.
- More tests.