I have seen infinity of post to try to choose by default an option in a dropdown. But I have not been able to achieve it. I have an array of some countries.
$sco
Working demo: http://plnkr.co/edit/zhye91pDUEMgaZnXZGWE?p=preview
You basically create a default region by doing
$scope.select = $scope.selectThisId.id; $scope.regionSelected = {};
then create a select tag with ng-options, binding it to the model, and calling ng-init on the model.
select
ng-options
ng-init