0
votes
1answer
33 views

How to retain the last opened accordion in a group by invoking function in is-open attribute

I'm having accordion which is populated dynamically. <accordion-group ng-repeat="data in dataList" is-open="isAccordionOpen(data.dataName)"> <accordion-heading> ...