The angularjs-select2 tag has no wiki summary.
1
vote
1answer
1k views
angular-ui-select2 and breezejs: load ajax list after typing in 2 characters
I have a project where I'm using BreezeJS to fetch data from my webserver. I'm using AngularJS with the ui-select2 module. Currently, I have it where when I load my page, breezejs makes a call to ...
2
votes
1answer
846 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 ...