I\'m new to angular and i\'m trying to set a default state to select when my ng-model is null. Basically I want to set it to \'None\' if the model is empty. I tried the below co
I've made the following changes to your code and it should work now. I've removed the second part in ng-init="" and set the None option value to undefined.