AngularJS multilevel dropdown menu for a menu structure generated from a recursive directive
- 阅读更多 关于 AngularJS multilevel dropdown menu for a menu structure generated from a recursive directive
问题 I have a dilly of a pickle here. I have to get my multi-level navigation menu from a webservice call. Since my navigation menu can have an infinite amount of submenu's in it, I had to use a recursive directive to build my parent/child navigation structure. Now I am trying to figure out how to turn it into a functional dropmenu structure. I was taking a look at angularui-bootstrap, and they have a Dropdown Toggle, which has some basic dropmenu functionality, but since I used a recursive