Templarian / ui.bootstrap.contextMenu

AngularJS Bootstrap UI Context Menu
MIT License
259 stars 127 forks source link

context-menu-class doesn't add the given class to the top element #100

Closed BenjaminDish closed 7 years ago

BenjaminDish commented 7 years ago

Hi,

As explained in the title, the context-menu-class seems disabled. Is it normal ? I wrote the master code, and nothing is done to add the given class name to the DOM.

So, at the moment, no class (default or custom) is added to the 'ul' top element of the contextMenu, but bootstrap's 'dropdown-menu'.

Thanks in advance.