This repository was archived by the owner on Dec 16, 2019. It is now read-only.
This repository was archived by the owner on Dec 16, 2019. It is now read-only.
Passing parameters to onSelectionChanged in ng-repeat #457
Open
Description
I want to pass some parameters to the onSelectionChanged event function, because I'm using the multi-select in a ng-repeat
<div ng-repeat="x in y">
<div ng-dropdown-multiselect="" events="multiselectEvents" options="..." selected-model="...">
$scope.multiselectEvents = { onSelectionChanged: function (x) { $scope.myFunction(x); }};
Metadata
Metadata
Assignees
Labels
No labels