I am looking to populate select option with values from a basic json array.
The example I have is a country select. Each country has an id element and a name plus other
In this above example you are missing value attribute change this value="{{country.countryId}}". try this
value
value="{{country.countryId}}"
{{country.name}}
and see the example click here