angular-tree-control icon indicating copy to clipboard operation
angular-tree-control copied to clipboard

Add context menu support (from olga-zhuk87)

Open dmelching opened this issue 9 years ago • 1 comments

This will make it possible to integrate: https://github.com/Templarian/ui.bootstrap.contextMenu

via template: context-menu="options.menuOptions"

dmelching avatar Feb 03 '16 10:02 dmelching

It is possible to work around by adding the menu options object as a property to the tree nodes themselves. This is especially useful if you need different context menus for different nodes, or types of nodes.

compwright avatar Mar 11 '16 19:03 compwright