Closed iduuck closed 8 years ago
You can use the ngDisabled directive.
I don't want to disable the whole thing. I just want to disable the collapsing on a click on an input or something.
You can try to decorate the directive (take a look at this Stack Overflow question), or create a PR.
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.