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

Commit 4d01387

Browse files
committed
chore(accordion): update docs to match the general style
Closes #4395
1 parent c08509a commit 4d01387

File tree

1 file changed

+28
-14
lines changed

1 file changed

+28
-14
lines changed

src/accordion/docs/readme.md

Lines changed: 28 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,37 @@ The body of each accordion group is transcluded into the body of the collapsible
44

55
### uib-accordion Settings
66

7-
* `close-others` (Defaults: false) :
8-
Control whether expanding an item will cause the other items to close
9-
* `template-url` (Defaults: `template/accordion/accordion.html`) :
10-
Add the ability to override the template used on the component.
7+
* `close-others`
8+
_(Default: `false`)_ -
9+
Control whether expanding an item will cause the other items to close.
10+
11+
* `template-url`
12+
_(Default: `template/accordion/accordion.html`)_ -
13+
Add the ability to override the template used on the component.
1114

1215
### uib-accordion Group Settings
1316

14-
* `is-disabled` <i class="glyphicon glyphicon-eye-open"></i> (Defaults: false) :
15-
Whether the accordion group is disabled or not.
16-
* `is-open` <i class="glyphicon glyphicon-eye-open"></i> (Defaults: false) :
17-
Whether accordion group is open or closed.
18-
* `heading` (Defaults: none) :
19-
The clickable text on the group's header. You need one to be able to click on the header for toggling.
20-
* `panel-class` (Defaults: `panel-default`) :
21-
Add ability to use Bootstrap's contextual panel classes (panel-primary, panel-success, panel-info, etc...) or your own. This must be a string.
22-
* `template-url` (Defaults: `template/accordion/accordion-group.html`) :
23-
Add the ability to override the template used on the component.
17+
* `is-disabled`
18+
<i class="glyphicon glyphicon-eye-open"></i>
19+
_(Default: `false`)_ -
20+
Whether the accordion group is disabled or not.
21+
22+
* `is-open`
23+
<i class="glyphicon glyphicon-eye-open"></i>
24+
_(Default: `false`)_ -
25+
Whether accordion group is open or closed.
26+
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+
31+
* `panel-class`
32+
_(Default: `panel-default`)_ -
33+
Add ability to use Bootstrap's contextual panel classes (panel-primary, panel-success, panel-info, etc...) or your own. This must be a string.
34+
35+
* `template-url`
36+
_(Default: `template/accordion/accordion-group.html`)_ -
37+
Add the ability to override the template used on the component.
2438

2539
### Accordion heading
2640

0 commit comments

Comments
 (0)