Click System Management to expand the following User Management...etc.
認(rèn)證高級PHP講師
This is not a problem with Angular.
It should be considered a style problem.
Add the .active class to the parent element when clicked
.list{diplay:none}
.active .list{display:block}
You can use angular’s ??attribute directive to achieve this, there are specific examples on the official website