<select ng-model="val" ng-change="ctrl.updateValues()"> <option ng-repeat="val in availableValues" >{{val}}</option> </select>.
確定! 回上一頁