EvanOxfeld / angular-selectize.js

Angular Selectize directive for a hybrid textbox + <select> box. Supports ngOptions and two-way bindings.
MIT License
34 stars 16 forks source link

Selectize not working correctly #35

Open Bana0615 opened 9 years ago

Bana0615 commented 9 years ago

when i use s.name for s in waveCtrl.statusList track by s.id in ng options the model wont change but if i remove the track by it works properly