Angularjs ui-select (select2) not working with 'Controller as' syntax not getting selected ite
问题 I'm trying to get a select HTML control working with AngularJS ui-select which is located here on GitHub. For some reason, I am able to get the item selected when using $scope syntax, but not when I use the Controller As syntax. The plunker I am trying to get working with Controller as syntax is located here. I'm not sure what I am missing especially since the $scope syntax works perfectly. I'm not getting any errors to report. Here is a snippet from what is in plunker. Controller var app =