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
The easiest way to fix your implementation is to use ng-init.
ng-init
Red Blue Green Selected Colors: {{selectedColors }}
Try it on FIDDLE.