I expect the following code to render a drop down list with the third option selected by default. However, when I bind the select with angularjs, the default selection disappear
Use ng-selected="true"
Check the below code:
1 2 3 4 5