I'm trying to update select2 model programmatically and for the view to refresh but it doesn't seem to work.
Here's a sample plunker forked from the Angular UI project: http://plnkr.co/edit/kQROgr?p=preview
I tried adding initSelection() accroding to select2 docs (http://ivaynberg.github.com/select2/ "Reacting to external value changes"), but that didn't work. I also tried with select2 3.3.2 and that didn't solve it either.
There are two issues: 1) Click "Update-Model", the model updates but it doesn't add a tag to the select2 widget. Also 2) Click "Update-Model" and then use select2 to pick a second tag, the first tag added by "Update-Model" disappears.