Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Reply To: SmartMenus with AngularJS

Home Forums Older releases 0.9.x SmartMenus with AngularJS Reply To: SmartMenus with AngularJS

#2443
tianyu
Participant

I did some more tests. Below are my findings:

1) If a level N menu item is added by AngularJS, then its sub-level (level N+1) menu will not show up. (N = 1, 2, ..).

2) It seems that even the initialization function “$(‘#main-menu’).smartmenus(); ” (not refresh) cannot handle the menu item added by AngularJS if the item contains sub-menu.

3) The pure SmartMenus (without Bootstrap) has the same problem.