Need to have "Pune" as default selected option.
Here is the same question. I need help in knowing how should I add attribute in my current data structure for selected option.
<div ng-app="storeLocater" ng-controller="selectOptions">
<select ng-model="cities" ng-options="store for (store,city) in stores">
</select>
</div>