Angular show the first element in array as the default for dropdown
Answers
Answered by
1
In Angular 1 I could select the default option for a drop down box using the following: <select data-ng-model="carSelection" data-ng-options = "x.
Similar questions