ui.bootstrap.contextMenu
ui.bootstrap.contextMenu copied to clipboard
$itemScope does not contains ng-repeat item (model)
When click on menu item accours, none of the params contains my ng-repeat item.
click: function ($itemScope, $event, modelValue, text, $li) { $scope.selected = $itemScope.item.name; }