ui.bootstrap.contextMenu icon indicating copy to clipboard operation
ui.bootstrap.contextMenu copied to clipboard

$itemScope does not contains ng-repeat item (model)

Open digibum opened this issue 8 years ago • 0 comments

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; }

digibum avatar Nov 29 '17 14:11 digibum