Is there a way to collapse or expand multiple panels at once using http://angular-ui.github.io/bootstrap/#/collapse, or does it only show how to do it for one element?
I would like to trigger the collapsing of other panels when one is expanded, similar to the functionality in the original Bootstrap Collapse. How can this be achieved?