<select ng-model="mySelect" ng-change="showSelectValue(mySelect)"> <option ng-repeat="item in selectOptions" value="{{item.value}}" ...
確定! 回上一頁