這是我的角碼我要設置默認值300MB如何設置默認值MD-選擇
<label >RAM</label>
<md-select ng-model="RAMVal">
<md-option value="300mb" ng-selected="index == 1">300mb</md-option>
<md-option value="400mb">400mb</md-option>
</md-select>
這是我的角碼我要設置默認值300MB如何設置默認值MD-選擇
<label >RAM</label>
<md-select ng-model="RAMVal">
<md-option value="300mb" ng-selected="index == 1">300mb</md-option>
<md-option value="400mb">400mb</md-option>
</md-select>
thnx它的工作 – Lakmi
很高興聽到:D你可以點擊向上箭頭PLZ:D –
只需將ngModel(RAMVal)值設置爲默認選擇的選項即可。例如:$ scope.RAMVal ='300mb'; 參考鏈接:mdSelect
請參閱此鏈接[md-select-cant-set-selected-value](http://stackoverflow.com/questions/31881754/md-select-cant-set-selected-value) – Gaurav