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
when i tried to use the initially-open="true" while using ng-repeat to get the data for the itemTitle.It opens all the elements instead of the only one element
The text was updated successfully, but these errors were encountered:
It will obviously open all collapsibles because you are setting the initially-open="true" option as true. You can set initially-open value to be a variable or expression so it is only true for the item you want to be open initially.
one-at-a-time="true" ensures that when a user opens a new collapsible, the other opened collapsible is closed automatically. It doesn't interfere with initially-open="true" value cause that depends on developer.
when i tried to use the initially-open="true" while using ng-repeat to get the data for the itemTitle.It opens all the elements instead of the only one element
The text was updated successfully, but these errors were encountered: