This repository was archived by the owner on Oct 2, 2019. It is now read-only.
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
selectize theme doesn't work in ng-repeat #1914
Open
Description
Bug description:
When you have ui-select with theme selectize inside ng-repeat, all changes to the model applies only to the last item in ng-repeat. It's working ok for bootstrap theme. And you can see in plunker below.
there are two values as in model for each select for bootstrap.
And a lot of values for the last one select, from previous items in ng-repeat loop. I guess problem selectize render selected option to the last one select in the loop. Any ideas?
Link to minimally-working plunker that reproduces the issue:
http://plnkr.co/edit/sMXIUHVxHSh5TwuibJhU?p=preview
Version of Angular, UI-Select, and Bootstrap/Select2/Selectize CSS
Angular: 1.5.8
UI-Select: 0.19.6
Bootstrap/Select2/Selectize CSS (if applicable): 0.8.5