This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
Nested dropdowns #2421
Closed
Description
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.