Set default value in select when the ng-model is null

前端 未结 8 2133
悲哀的现实
悲哀的现实 2021-02-05 10:33

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

8条回答
  •  北海茫月
    2021-02-05 11:09

    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.

    
    

提交回复
热议问题