ui-navbar icon indicating copy to clipboard operation
ui-navbar copied to clipboard

AngularJS responsive navigation bar with recursive menu and submenu construction defined in json object

Results 5 ui-navbar issues
Sort by recently updated
recently updated
newest added

It's possible to make it working on mobile?

enhancement
question

It would be great to be able to do so: ```js import angular from 'angular'; import uiNavbar from 'ui-navbar'; export const MyModule = angular .module('app.my.modyle', [ uiNavbar ]) .name; ```...

enhancement

Hi there Thanks for providing this super peace of UI! I would like to have a menu item between the others which has no dropdown. How could I do that?...

enhancement

Hi, how to add icon before menu item via ui-navbar?

enhancement