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

#2440
admin
Keymaster

It’s practically the same with the Bootstrap add-on. Just set some id to your .navbar-nav UL element (e.g. “main-menu”) and call the method like this:

$('#main-menu').smartmenus('refresh');