angular-ui / bootstrap

PLEASE READ THE PROJECT STATUS BELOW. Native AngularJS (Angular) directives for Bootstrap. Smaller footprint (20kB gzipped), no 3rd party JS dependencies (jQuery, bootstrap JS) required. Please read the README.md file before submitting an issue!
http://angular-ui.github.io/bootstrap/
MIT License
14.29k stars 6.73k forks source link

uib-accordion not working as expected #6454

Closed tribicito closed 7 years ago

tribicito commented 7 years ago

I'm having an issue with an accordion and a ng-repeat. I have read the known issues with ng-class. However, the moment I set the class, the accordion no longer behaves as expected. The environment I'm using is AngularJS 1.5.9, Bootstrap 3.3.6, Bootstrap UI 2.5.0 `

{{task.Title}} ....
` The panelColor property has the values "panel-default", "panel-success", etc. I need the panels to be different colors based on a status. When I run the code, I get the right color of panel, but the panel does not look as nice, it doesn't have the round corners and there is no space between the panels. Can someone think of a reason why this is not working? Is this a bug with the latest version of Bootstrap UI?