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

Commit 1b76695

Browse files
committed
docs(accordion): markdown cleanup
Also rephrased the template part a bit. Closes #4281
1 parent c31a7cc commit 1b76695

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
@@ -2,14 +2,14 @@ The **accordion directive** builds on top of the collapse directive to provide a
22

33
The body of each accordion group is transcluded into the body of the collapsible element.
44

5-
### Accordion Settings ###
5+
### Accordion Settings
66

77
* `close-others` (Defaults: false) :
88
Control whether expanding an item will cause the other items to close
99
* `template-url` (Defaults: `template/accordion/accordion.html`) :
10-
Add ability to override the template url used
10+
Add the ability to override the template used on the component.
1111

12-
### Accordion Group Settings ###
12+
### Accordion Group Settings
1313

1414
* `is-disabled` <i class="glyphicon glyphicon-eye-open"></i> (Defaults: false) :
1515
Whether the accordion group is disabled or not.
@@ -20,7 +20,7 @@ The body of each accordion group is transcluded into the body of the collapsible
2020
* `panel-class` (Defaults: `panel-default`) :
2121
Add ability to use Bootstrap's contextual panel classes (panel-primary, panel-success, panel-info, etc...) or your own. This must be a string.
2222
* `template-url` (Defaults: `template/accordion/accordion-group.html`) :
23-
Add ability to override the template url used. Note that this must be a string
23+
Add the ability to override the template used on the component.
2424

2525
### Accordion heading
2626

0 commit comments

Comments
 (0)