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

Manual update of the model, doesn't work without value-attr #85

Open m4rky77 opened 7 years ago

m4rky77 commented 7 years ago

Hi,

I try to make a manual update or set a initial value to the model and it doesn't work. This is the plunk with the issue:

http://plnkr.co/edit/aldZtMvtq37yuielg757?p=preview

Thank you