You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
Although this works fine for static content, but when I start adding dynamic content using ngRepeat, it fails.
<accordion><accordion-groupheading="First Header" is-open="true"><divng-repeat="item in items">{{item}}</div></accordion-group><accordion-groupheading="Second Header">
You can toggle to second group ofcourse..
</accordion-group></accordion>