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

Commit f88067a

Browse files
crhistianramirezwesleycho
authored andcommitted
docs(accordion): fix typo
Closes #5838
1 parent 0137179 commit f88067a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ If you're using a custom template for the `uib-accordion-group`, you'll need to
4949

5050
### Known issues
5151

52-
To use clickable elements within the accordion, you have override the accordion-group template to use div elements instead of anchor elements, and add `cursor: pointer` in your CSS. This is due to browsers interpreting anchor elements as the target of any click event, which triggers routing when certain elements such as buttons are nested inside the anchor element.
52+
To use clickable elements within the accordion, you have to override the accordion-group template to use div elements instead of anchor elements, and add `cursor: pointer` in your CSS. This is due to browsers interpreting anchor elements as the target of any click event, which triggers routing when certain elements such as buttons are nested inside the anchor element.
5353

5454
If custom classes on the accordion-group element are desired, one needs to either modify the template to remove the `ng-class` usage in the accordion-group template and use ng-class on the accordion-group element (not recommended), or use an interpolated expression in the class attribute, i.e. `<uib-accordion-group class="{{customClass()}}"></uib-accordion-group>`.

0 commit comments

Comments
 (0)