angular-accordion icon indicating copy to clipboard operation
angular-accordion copied to clipboard

Not working for nested accordions

Open aboursier opened this issue 9 years ago • 1 comments

aboursier avatar Dec 02 '15 16:12 aboursier

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?

s5b avatar Nov 24 '16 01:11 s5b