Angular UI bootstrap: Open first accordion with ng-repeat
The problem:
I was using the accordion directive in Angular UI Bootstrap 0.1.2. Reading the demo page, there is an example to show how to open the first-accordion-group by default:
<accordion-group heading="First Header" is-open="true"> </accordion-g...
victorleungtw.hashnode.dev1 min read