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

Broken in Angular 1.3.9 / 1.4.0-beta.0 #32

Open booleanbetrayal opened 9 years ago

booleanbetrayal commented 9 years ago

https://github.com/angular/angular.js/blob/master/CHANGELOG.md#140-beta0-photonic-umbrakinesis-2015-01-13

Possibly related to breaking changes to ngOptions. Looks like the model value is never properly determined / updated. Haven't been able to look deeper.