JSfiddle
Problem:
I have a SELECT-element in my page, which is filled in with an ng-repeat. It also has a ng-model
ng-repeat
ng-model
You can also put the item with the default value selected out of the ng-repeat like follow :
Default one {{item.label}}
and don't forget the value atribute if you leave it blank you will have the same issue.