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.
I'm trying to attach callbacks with accordion. As per the documentation it extends from the collapse component which seems to support callbacks such as expanding, collapsing etc.
So I tried adding the following:
<uib-accordion-groupheading="first" collapsing="alert('collapsing')">
first
</uib-accordion-group>