ngContextMenu icon indicating copy to clipboard operation
ngContextMenu copied to clipboard

Handcraft your very own context menus for a richer UX!

Results 9 ngContextMenu issues
Sort by recently updated
recently updated
newest added

Introduced right-click event management improving the persistent-menu feature - as requested in #43. Now, if "data-persistent-menu" attribute is enabled then right-click event is used for closing context menu too. Italo...

Whenever I right click an element thats near the edge of the page, it just expand downwards. (See image below) ![image](https://user-images.githubusercontent.com/3057720/28621515-8425a198-7211-11e7-8c77-bb99d9d005a8.png) Is there anyway to make it expand upward or...

ngContextMenu calculates coordinates wrongly when is placed inside of row template in UIGrid even with position:absolute. I think it takes grid's coordinates instead screen's.

https://github.com/Wildhoney/ngContextMenu/blob/v0.5.0/module/ngContextMenu.js#L139 Should be `$angular`?

Please switch your package.json dependencies to devDependencies. Your angular module does not have any dependencies. https://docs.npmjs.com/files/package.json#devdependencies

is it possible to change to left click instead of right click?

Hey, I have 3 different menu. I want to keep all menus in same .html file and control which one is showing up with a variable (variable name: rightClickMenu). I...

In what forms we can pass the objects ? I am passing the object "message". How can I access the whole object in the context menu, not only the individual...

In the menu template i have a link {{select()}}Delete in the parent scope i have select () method, but it is not calling can you please tell me how to...