我有一個選擇場這樣的:如何有條件地設置選定的屬性在AngularJS
<select ng-init="exchangeOption = widget.content.exchange[0]"
ng-Model="exchangeOption"
ng-options="exchangeOption.title for exchangeOption in widget.content.exchange"
ng-change="internalLink(exchangeOption.url)">
</select>
正如你看到的,現在我總是選擇第一個選項。但實際上,「交易所」有一個「選定」字段,它是一個布爾值,如果該選項應該是選定字段,則設置爲真。
你會如何做到這一點?
在此先感謝!
謝謝你,先生!我應該想到這個... – mhanisch 2014-11-04 20:07:51