Tagged Questions
2
votes
1answer
947 views
select2 dropdown selected value doesn't get updated with the updated model
I use the latest select2 api (select2-3.4.5) and my html for select 2 looks like this.
<select ui-select2 id="select2-test" ng-model="mymodel.myTitle">
<option ...