ui-navbar
ui-navbar copied to clipboard
AngularJS responsive navigation bar with recursive menu and submenu construction defined in json object
It's possible to make it working on mobile?
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; ```...
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?...