I have the following data structure for items in my sidemenu, in an Angular app based on a paid-for web site theme. The data structure is my own, and the menu is derived fro
You can achieve this simply by including a javascript template and template include using ng-include
define javascript template
and include it like:
Example: In this example I used basic html without any class you can use classes as you need. I just shown basic recursion structure.
In html:
PLUNKER DEMO