Templarian / ui.bootstrap.contextMenu

AngularJS Bootstrap UI Context Menu
MIT License
259 stars 127 forks source link

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

Open digibum opened 6 years ago

digibum commented 6 years ago

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