blackat / ui-navbar

AngularJS responsive navigation bar with recursive menu and submenu construction defined in json object
MIT License
41 stars 25 forks source link

ES6 modules support #20

Open memclutter opened 7 years ago

memclutter commented 7 years ago

It would be great to be able to do so:

import angular from 'angular';
import uiNavbar from 'ui-navbar';

export const MyModule = angular
  .module('app.my.modyle', [
    uiNavbar
  ])
  .name;

Read more about this approach can be found here.

blackat commented 7 years ago

@memclutter Hey man! thanks a lot for your feedback and sorry for the delay, I have marked your request as enhancement, I will try to find a bit of time to refactor the project.

Have a nice day