LukaszWatroba / v-accordion

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

Prevent collapse toggling for specific element #65

Closed iduuck closed 8 years ago

iduuck commented 8 years ago

Can we have an attribute directive that is preventing the toggling of the pane? I currently have this accordion thing for an input and I don't want the pane to trigger, if the input is checked.

LukaszWatroba commented 8 years ago

You can use the ngDisabled directive.

iduuck commented 8 years ago

I don't want to disable the whole thing. I just want to disable the collapsing on a click on an input or something.

LukaszWatroba commented 8 years ago

You can try to decorate the directive (take a look at this Stack Overflow question), or create a PR.