Default value for . What I need? That in the view "Select color" was displayed like placeholder in the combobox. – Antatrix Mar 17 '17 at 17:12

  • Luckily your question has been asked countless times before. See: http://stackoverflow.com/questions/17329495/how-to-use-ng-option-to-set-default-value-of-select-element or http://stackoverflow.com/questions/18194255/how-to-have-a-default-option-in-angular-js-select-box or http://stackoverflow.com/questions/22007196/set-default-value-inside-ngselect . Try searching next time! – Waxi Mar 17 '17 at 17:15
  • I searched for an hours. And saw all this answers. They didn't solve my problem. – Antatrix Mar 17 '17 at 17:17
  • I suspect you're not implementing the solution properly then, but you haven't shown any JS code of what you've actually tried, so we can't tell you what you did wrong. I'm not familiar with Angular unfortunately, but it looks to be something you set in the configuration, but lot of answers showing many ways of tackling it. – Waxi Mar 17 '17 at 17:20