We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 431b9c7 commit 20a01ceCopy full SHA for 20a01ce
src/accordion/docs/readme.md
@@ -2,4 +2,9 @@ The **accordion directive** builds on top of the collapse directive to provide a
2
3
We can control whether expanding an item will cause the other items to close, using the `close-others` attribute on accordion.
4
5
-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.
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