Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lite accordion with definition list #2

Open
mdmoura opened this issue Sep 27, 2015 · 1 comment
Open

Lite accordion with definition list #2

mdmoura opened this issue Sep 27, 2015 · 1 comment

Comments

@mdmoura
Copy link

mdmoura commented Sep 27, 2015

Hello,

Would be possible to have angular-lite-accordion to work with the following markup:

<dl>
  <dt>Question 1</dt>
  <dd>Answer 1</dd>
  <dt>Question 2</dt>
  <dd>Answer 2</dd>
</dl>

So each dd would be opened by the click of the previous dt.

It would be great if angular lite accordion could allow any kind of markup by using the next one ...

Thank You,
Miguel

@rochdev
Copy link
Owner

rochdev commented Feb 25, 2016

@mdmoura This is not possible right now, but I think it would be feasible with minimal changes. Adding support for external toggles and removing the requirement for accordion-body maybe? I will try to come up with something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants