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

Support ngDisabled #13

Closed EvanOxfeld closed 10 years ago

EvanOxfeld commented 10 years ago

Updates the selectize control when the ngDisabled expression changes on the directive's parent scope. Closes #9

Chris-Gillis commented 10 years ago

Looks good! :+1: