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

isteven-multi-select reset data issue #514

Closed usrinivasa closed 7 years ago

usrinivasa commented 7 years ago

In my code have nested multi select items.

Each selected item has a another multi-select item like below. item-1 item-1-A

item-1-B
item-2 ---------------same as item-1 item-3 ---------------same as item-1 **issue :** If I select item-1 and item-1-A and selected some data in that, after that if I select item-2 then all the data is refreshed. All items under item-1 also deselected.
isteven commented 7 years ago

@usrinivasa ,

Can replicate the problem in Plunker or JsFiddler so I can have a look?