I have an enum (I code using TypeScript):
export enum AddressType { NotSet = 0, Home = 1, Work = 2, Headquarters = 3, Custom = -1, }
I happens because you didn't initiated selected value. Try to set init value with ng-init:
ng-init
See this Demo Fiddle where we have 2 combos with and without init value. You can see that one combo HTML seems like:
General Super Trial
The proper one: