Skip to content

Releases: stueynz/angular-tree-control

Context Menu & Order By Expressions

17 Jul 23:12
Compare
Choose a tag to compare
Pre-release

Added menu-id attribute to do context menus.
Added order-by-expression attribute to allow per sub-tree ordering

Improved contextMenu and rightClick

01 Jul 02:38
Compare
Choose a tag to compare

Added context menu and right-click functionality; this time without using jQuery.
Also structure of actual context menus is in the view HTML

    rather than being built on the fly with (a rather pointless) context menu model.