Accordion
Content goes here
Content goes here
Content goes here
Basic HTML
You can create an accordion with this basic directive
Content goes here
Content goes here
Content goes here
Content goes here
Content goes here
Content goes here
Advanced HTML
You can create advanced versions of an accordion with these additional directive options
Auto open opens the first tab on render.
Collapsible allows toggable tabs. Click on a tab to open or close it.
Multi open allows for multiple tabs to be open at once.
Auto open opens the first tab on render. Defaults to "true"
Collapsible allows toggable tabs. Click on a tab to open or close it. Defaults to "false"
Multi open allows for multiple tabs to be open at once. Defaults to "false". When true, it forces collapsible to be "true" as well. It cannot be overriden.