angular-accordion
angular-accordion copied to clipboard
Not working for nested accordions
Wanting to use the v-accordion
as a nested set of accordions to show grouped FAQs. There is a top category to group the FAQS, and then a specific list of questions and answers associated with each category.
While I can get the v-accordion
to be instantiated at the two levels within the hierarchy, I can only seem to get the top level control (using the control
attribute) to appear in my scope. This makes it impossible to manage the lower level accordions because I can't get a handle on them.
Is this a bug or am I doing something wrong?