indrimuska / angular-selector

A native AngularJS directive that transform a simple <select> box into a full html select with typeahead.
http://indrimuska.github.io/angular-selector
MIT License
96 stars 36 forks source link

Fix #57 #74

Open ssotomayor opened 7 years ago

ssotomayor commented 7 years ago

Options were being filtered through an array that was filtered through only the latest options fetched.