Skip to content
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
@yuz302

Description

@yuz302

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions