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

Commit 20a01ce

Browse files
MattEvanoffchrisirhc
authored andcommitted
docs(accordion): add is-open
Closes #3230
1 parent 431b9c7 commit 20a01ce

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/accordion/docs/readme.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@ The **accordion directive** builds on top of the collapse directive to provide a
22

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

5-
The body of each accordion group is transcluded in to the body of the collapsible element.
5+
The body of each accordion group is transcluded in to the body of the collapsible element.
6+
7+
### Accordion Settings ###
8+
9+
* `is-open` <i class="glyphicon glyphicon-eye-open"></i> (Defaults: false) :
10+
Whether accordion group is open or closed.

0 commit comments

Comments
 (0)