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

Added item_add event handler for single select #6

Closed kristenmills closed 10 years ago

kristenmills commented 10 years ago

I noticed that when create was turned on and it wasn't multiple select, it was not working properly. So I added an even handler for item_add in the else block. It appears to work properly now.

EvanOxfeld commented 10 years ago

Looks great. Thanks so much for your contribution! I released 1.1.5 with your fix.