Templarian / ui.bootstrap.contextMenu

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

[Implementation] Customization for the event on which the menu opens. #66

Closed pegasuspect closed 8 years ago

pegasuspect commented 8 years ago

By providing an optional attribute on the element, the event is customizable.

Eg.

<input context-menu="alreadyDefinedMenuOptions" context-menu-on="paste">
<button context-menu="alreadyDefinedMenuOptions" context-menu-on="click">Click me!</button>
josetaira commented 8 years ago

Thanks for the contribution!

pegasuspect commented 8 years ago

Cheers 🍻😄