[Browse] Context menu gesture called

The context menu gesture is called when the user clicks
the arrow next to the title of a domain object. This does
not yet display the context menu. It also does not yet
distinguish between edit and browse mode. #33.
This commit is contained in:
Sarah Hale
2015-06-30 11:18:56 -07:00
parent 397a545482
commit 57eefd7316
4 changed files with 29 additions and 5 deletions

View File

@@ -27,7 +27,7 @@
>
<span
class='ui-symbol view-control'
ng-click="toggle.toggle(); treeNode.trackExpansion()"
ng-click="toggle.toggle(); treeNode.trackExpansion() ; treeNode.contextMenu()"
ng-if="model.composition !== undefined"
>
{{toggle.isActive() ? "v" : ">"}}