Developed an Ember menu component- How to add sub menus to the component

I developed a menu component, which gets an menuObject and runs through each loop to construct the menu.

Now how can I add sub-menus when the menuObject supplied to the Component is nested. That is when the menuObject has child array, then I need to construct sub-menu and show it during mouseOver and hide the same when mouseOut.

Raised it in SO but still could not get a solution.

1 Like

Hi ramchiranjeevi,

I am new to Ember and working with Ember CLI, also looking for solution of the same problem you have posted. Could you please share the solution if you have already found it?

Thanks in Advance. Mukesh