isteven / angular-multi-select

A multi select dropdown directive for AngularJS. Allows you to use HTML tags and CSS in the data. Requires only AngularJS and nothing else.
isteven.github.io/angular-multi-select
MIT License
1.08k stars 518 forks source link

multiple angular multi-select on-item-click problem #454

Closed Nos2015 closed 8 years ago

Nos2015 commented 8 years ago

Hi,

I've a big problem with ont-item-click. On my html page, I've multiple multi-select block. I had the on-item-click on 2 multi select block (the other have the single selection mode). My first multi-select block with on-item-click works well but for the second => when I select a value in the list, my multi-select data change. For example if I have 10 elements in the list and first element checked, if I tap on the second element to check, my multi-select data change with the first & the second element only, I loose the eighth others, I don't understand why.

Nos2015 commented 8 years ago

No issue, my mistake. I mixed output data with input data. Sorry.