|
1 year ago | |
---|---|---|
.. | ||
demo.html | 1 year ago | |
demo.js | 1 year ago | |
readme.md | 1 year ago |
The accordion directive builds on top of the collapse directive to provide a list of items, with collapsible bodies that are collapsed or expanded by clicking on the item's header.
The body of each accordion group is transcluded into the body of the collapsible element.
close-others
(Default: true
) -
Control whether expanding an item will cause the other items to close.
template-url
(Default: template/accordion/accordion.html
) -
Add the ability to override the template used on the component.
is-disabled
(Default: false
) -
Whether the accordion group is disabled or not.
is-open
(Default: false
) -
Whether accordion group is open or closed.
heading
(Default: none
) -
The clickable text on the group's header. You need one to be able to click on the header for toggling.
panel-class
(Default: panel-default
) -
Add ability to use Bootstrap's contextual panel classes (panel-primary, panel-success, panel-info, etc...) or your own. This must be a string.
template-url
(Default: template/accordion/accordion-group.html
) -
Add the ability to override the template used on the component.
uibAccordionConfig
closeOthers
(Default: true
) -
Control whether expanding an item will cause the other items to close.Instead of the heading
attribute on the uib-accordion-group
, you can use an uib-accordion-heading
element inside a group that will be used as the group's header.