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 used the is-open attribute of the uib-accordion directive. I expected that the variable, I pass in there, will be updated by uib-accordion. That is not the case. Is this the correct behavior?
Story around: I wanted to use the variable of is-open and manipulate it from external. Inside the accordion is a search mask, which should be closed after a successful search. If I change the variable in is-open, after the successful search, the uib-accordion reacts as expected. The problem occurs, if the user clicks on the accordion header. The variable is not updated anymore and can therefore not correctly directed from outside anymore.