-
Notifications
You must be signed in to change notification settings - Fork 265
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
feat(dropdownToggle): Prevent dropdown from closing automatically #123
Conversation
Thanks for your contribution @hainp. Instead of checking for the |
As I see on http://foundation.zurb.com/docs/components/dropdown.html, the "content" dropdown is just a style :
Also on this page, every dropdown on the page is kept open on click. Shouldn't angular-foundation do the same ? |
@jbrowning: Oh, my bad, I still have 'jQuery' in my head when writing the code. I should go the attribute-way :) @drasill : I made wrong assumption about 'content' dropdown. |
This is rather old, is this going to be pulled anytime soon? |
I find that this does not work, on chrome... Unless you replace the line:
with:
|
Hi,
Foundation has 'content' dropdown which won't be closed when we click on it. So, I come up with a solution for #119.