From fa71a7126a31a4dd603bfea9e736da85526fbcc7 Mon Sep 17 00:00:00 2001 From: Jesus Rodriguez Date: Thu, 10 Sep 2015 13:51:56 +0200 Subject: [PATCH] chore(accordion): update docs to match the general style --- src/accordion/docs/readme.md | 42 ++++++++++++++++++++++++------------ 1 file changed, 28 insertions(+), 14 deletions(-) diff --git a/src/accordion/docs/readme.md b/src/accordion/docs/readme.md index 4af9f8d2b3..46e4fd2802 100644 --- a/src/accordion/docs/readme.md +++ b/src/accordion/docs/readme.md @@ -4,23 +4,37 @@ The body of each accordion group is transcluded into the body of the collapsible ### uib-accordion Settings - * `close-others` (Defaults: false) : - Control whether expanding an item will cause the other items to close - * `template-url` (Defaults: `template/accordion/accordion.html`) : - Add the ability to override the template used on the component. +* `close-others` + _(Default: `false`)_ - + Control whether expanding an item will cause the other items to close. + +* `template-url` + _(Default: `template/accordion/accordion.html`)_ - + Add the ability to override the template used on the component. ### uib-accordion Group Settings - * `is-disabled` (Defaults: false) : - Whether the accordion group is disabled or not. - * `is-open` (Defaults: false) : - Whether accordion group is open or closed. - * `heading` (Defaults: none) : - The clickable text on the group's header. You need one to be able to click on the header for toggling. - * `panel-class` (Defaults: `panel-default`) : - Add ability to use Bootstrap's contextual panel classes (panel-primary, panel-success, panel-info, etc...) or your own. This must be a string. - * `template-url` (Defaults: `template/accordion/accordion-group.html`) : - Add the ability to override the template used on the component. +* `is-disabled` + + _(Default: `false`)_ - + Whether the accordion group is disabled or not. + +* `is-open` + + _(Default: `false`)_ - + Whether accordion group is open or closed. + +* `heading` + _(Default: `none`)_ - + The clickable text on the group's header. You need one to be able to click on the header for toggling. + +* `panel-class` + _(Default: `panel-default`)_ - + Add ability to use Bootstrap's contextual panel classes (panel-primary, panel-success, panel-info, etc...) or your own. This must be a string. + +* `template-url` + _(Default: `template/accordion/accordion-group.html`)_ - + Add the ability to override the template used on the component. ### Accordion heading