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

Commit 3845980

Browse files
committed
docs(accordion): order the different settings
Closes #5098
1 parent 6fa4cc5 commit 3845980

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: src/accordion/docs/readme.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ The body of each accordion group is transcluded into the body of the collapsible
1414

1515
### uib-accordion-group settings
1616

17+
* `heading`
18+
_(Default: `none`)_ -
19+
The clickable text on the group's header. You need one to be able to click on the header for toggling.
20+
1721
* `is-disabled`
1822
<i class="glyphicon glyphicon-eye-open"></i>
1923
_(Default: `false`)_ -
@@ -24,10 +28,6 @@ The body of each accordion group is transcluded into the body of the collapsible
2428
_(Default: `false`)_ -
2529
Whether accordion group is open or closed.
2630

27-
* `heading`
28-
_(Default: `none`)_ -
29-
The clickable text on the group's header. You need one to be able to click on the header for toggling.
30-
3131
* `panel-class`
3232
_(Default: `panel-default`)_ -
3333
Add ability to use Bootstrap's contextual panel classes (panel-primary, panel-success, panel-info, etc...) or your own. This must be a string.

0 commit comments

Comments
 (0)