bootstrap icon indicating copy to clipboard operation
bootstrap copied to clipboard

Controller 'uibAccordionGroup', required by directive 'uibAccordionHeading' can't be found

Open r3wt opened this issue 7 years ago • 4 comments

The issues forum is NOT for support requests. It is for bugs and feature requests only. Please read https://github.com/angular-ui/bootstrap/blob/master/CONTRIBUTING.md and search existing issues (both open and closed) prior to opening any new issue and ensure you follow the instructions therein.

Bug description:

Error: [$compile:ctreq] Controller 'uibAccordionGroup', required by directive 'uibAccordionHeading', can't be found!

Link to minimally-working plunker that reproduces the issue:

Steps to reproduce the issue:

Version of Angular, UIBS, and Bootstrap

Angular: 1.6.4 UIBS: 2.5.0 Bootstrap: 3.6.x

r3wt avatar May 18 '17 17:05 r3wt

alright, the issue is because the developer used <uib-accordion-group> instead of <div uib-accordion-group>. this must have been a breaking change from an older version.

r3wt avatar May 18 '17 18:05 r3wt

I came across this because the documentation refers to <uib-accordion-group class=""></uib-accordion-group>

blowsie avatar Jun 22 '17 12:06 blowsie

Stumbled upon the same issue, indeed due to the documentation.

fcorneli avatar Aug 20 '17 07:08 fcorneli

Current documentation still refers to <uib-accordion-group> under the Known issues section.

lapo-luchini avatar Jun 06 '18 09:06 lapo-luchini