<select ng-model="selectedItem"> <option ng-repeat="citta in elencoCitta" value="{{citta.codice}}">{{citta.nome}}</option> ...
確定! 回上一頁