Is there any way of changing the default opening direction of Angular-UI bootstrap accordion component?
I have been looking into ui-bootstrap-tpls.js and I found that acoordion-toggle class is set for accordion template, but I can't found this class anywhere!
http://angular-ui.github.io/bootstrap/#/accordion
I want to open it to the left side, thanks.