Hi, I'd like to control the accordion programmatically with something like: HTML: <ang-accordion ng-model="vm.angAccordion"> JS: vm.angAccordion.isOpenned = false; Is there something I'm missing that allows for this already?
Hi,
I'd like to control the accordion programmatically with something like:
HTML:
JS:
vm.angAccordion.isOpenned = false;
Is there something I'm missing that allows for this already?