であれば、誰かがあれば、何も選択し、ショーのリストにないことを、どのように私は空の値を作ることができる私に言うことができる選択の内側に空の値を設定する「N /」は、空の選択AngularJS
demo
https://codepen.io/Turqus/pen/wPrKrr?editors=1010
テンプレート
<div ng-app="test" ng-controller="select">
<select class="form-control" ng-model="selectedBoard" ng-change="changeBoard(selectedBoard)">
<option ng-repeat="item in boards" value="{{$index}}">{{$index}}</option>
</select>
<select class="form-control" ng-model="selectedList">
<option ng-repeat="item in downloadedLists" value="{{$index}}">{{$index}}</option>
</select>
</div>
いくつかの説明がここで非常に役立つことがあります。 – lealceldeiro
このオプションは機能しません:( –