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 Apr 12, 2024. It is now read-only.
This list is bound to a <ul> element which will show the keys of this list. When selecting an item of them, values should be displayed in another <div> with id detailsList. which will be shown using ng-show="selectedItem" statement.
Animation is added using CSS: #detailsList.ng-hide, according to Angular documentation of ngAnimate.
When selecting/deselecting the first item with no values, animation works well, but not with the items with values.
When inspecting detailsList element, I found that hook class: ng-hide-animate is not added during animation as described by documentation.