This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
Allow different accordion-group classes #3968
Closed
Description
The class of panels (aka accordion groups) at https://github.com/angular-ui/bootstrap/blob/master/template/accordion/accordion-group.html are hard-coded to panel-default
. I would like to be able to use a different one. Currently, even if I use ng-class
to assign another class to the panel, the panel-default
class is still there.