Select a car:

모델: {{selectedCar.model}}

색상: {{selectedCar.color}}

When you use the ng-options directive to create dropdown lists, the selected value can be an object.

In this example you can display both the model and the color of the selected element.