我有一個帶有過濾器的select
。過濾後Angular從列表中刪除選定的項目,並添加第一個空的option
項目。應該如何選擇第一個可用選項?下面是標記:如何在Angular中過濾後選擇第一個選擇選項
%select{'ng-model' => 'search.device_type_id', 'ng-options' => 'type.id as type.product_name for type in device_types'}
%select{'ng-model' => 'device', 'ng-options' => 'device.serial_number for device in devices | filter:search'}
你可以分享更多的代碼或設置plunker請 –
同樣的問題老兄,你有沒有設法找到的東西嗎? – themis
@themis,我已經用$ watch在控制器內完成了這個工作,看到了答案。 – lifecoder