uxxman / angular-accordion

A simple angular directive for adding accordion UI element
MIT License
54 stars 37 forks source link

Added ability to collapse all items on trigger #28

Closed DennisDurairaj closed 7 years ago

DennisDurairaj commented 7 years ago

Since we are using the accordion with md-sidenav, we need to collapse the opened accordion items when the sidenav closes. This feature could be extended to collapsing the items on any event such as a button click.

uxxman commented 7 years ago

Thank you @DennisDurairaj for your contribution :)