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
You need to do only two things 1)ng-init="days='noday'" 2)ng-selected="true"
--Select Day--