I want to set default value in this select tag. For this I have used "ng-model" and for options, I have used "ng-options" but default value is not selected. So anybody can suggest that what should I do?
Asked
Active
Viewed 53 times
-1
-
3could you provide the html-code and the JavaScript - Code ? – Matthias Gwiozda Jun 14 '17 at 11:05
1 Answers
0
You have to know that ng-options compares the Object in ng-model not the value.

Endrit Demaj
- 134
- 6