You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
Any plans to support nested dropdowns? I made example jsfiddle. Currently, only one dropdown can be open at a time due to dropdownService's open method.
I tried to make a use of require: '^dropdown' in child dropdown directive, but it is returning child dropdown controller, not his parent because of bug.
So, any ideas how to handle this situation?
Thank you.