ui-select2 icon indicating copy to clipboard operation
ui-select2 copied to clipboard

show id instead of value

Open maxisam opened this issue 11 years ago • 1 comments

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

maxisam avatar Jun 27 '14 16:06 maxisam

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 });

maxisam avatar Jun 27 '14 16:06 maxisam