Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Adding is-open to Accordion docs #3230

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/accordion/docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ The **accordion directive** builds on top of the collapse directive to provide a

We can control whether expanding an item will cause the other items to close, using the `close-others` attribute on accordion.

The body of each accordion group is transcluded in to the body of the collapsible element.
The body of each accordion group is transcluded in to the body of the collapsible element.

### Accordion Settings ###

`is-open` <i class="glyphicon glyphicon-eye-open"></i> (Defaults: false) : Whether group is open or closed.