ui-select2
ui-select2 copied to clipboard
show id instead of value
Here is the demo http://plnkr.co/edit/rlhv8c?p=preview
It supposes to show value in tag but now it shows id.
It works fine in v 0.02 http://plnkr.co/edit/ztyFM9?p=preview
Here is the attempt I tried
http://plnkr.co/edit/Dc3cfu?p=preview line 36 -41 and line 71.
I don't understand why it was in the first place. model.push({ 'id': value, 'text': value });