I can set a dropdown list with default value in angularjs as,
I will suggest an example HTML part
In my controller
$scope.data = {selectedOption: $scope.venueNamelists[i].name};
the model value should equal to the key,value pair in the venueNamelists.