@@ -4,23 +4,37 @@ The body of each accordion group is transcluded into the body of the collapsible
4
4
5
5
### uib-accordion Settings
6
6
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.
11
14
12
15
### uib-accordion Group Settings
13
16
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.
24
38
25
39
### Accordion heading
26
40
0 commit comments