LukaszWatroba / v-accordion

Multi-level accordion component for AngularJS.
http://lukaszwatroba.github.io/v-accordion
MIT License
310 stars 100 forks source link

programmatically change 'multiple' option #56

Open magrytos opened 8 years ago

magrytos commented 8 years ago

Hi, I was wondering if it's possible to change programmatically the multiple option. I would like to provide to a user an option (for example by clicking on checkbox) to decide how the menu behave. Thanks.

iduuck commented 8 years ago

@magrytos I don't know if this works, but you can try multiple="{{ booleanExpression }}". Honestly don't know about the scope binding here and if this works. But please try this out!