davidjnelson / angular-accordion

An angular accordion which auto stretches to its container height and width while debouncing height recalculation on resize. Works in modern browsers and IE9+.
16 stars 11 forks source link

accordion collapse #2

Open mcneela86 opened 10 years ago

mcneela86 commented 10 years ago

Is there a way to collapse all sections of the accordion except the one that has been clicked (so only one section can be expanded at a time)?

davidjnelson commented 10 years ago

I don't believe that is implemented currently, although it would be easy to add.

DomenicoColandrea86 commented 10 years ago

Hey David, Is there a way you would recommend allowing for the first panel to be open on page load? thanks