我正在使用離子過濾器,當我單擊過濾器欄中的取消按鈕時,我可以刪除過濾器,但是當我想要自動執行該操作時無需在移動標籤時單擊取消按鈕我是無法做到這一點。無法去除離子過濾器
// code in angular controller for initializing the filter
var filterBarInstance;
filterBarInstance = $ionicFilterBar.show({
});
// when I shift tabs I am calling the below method to close the modal of the filter(if the modal is opened)
filterBarInstance = $ionicFilterBar.show({
cancel : '',
});
我打電話上述方法whcih存在於過濾器的指令,但該方法沒有得到觸發。請使用網址https://github.com/djett41/ionic-filter-bar/blob/master/js/ionic.filter.bar.directive.js,並提供一些解決方案來解決此問題。
請人下載你的應用程序,以幫助解決它是不會發生的。需要在問題中提供更多代碼,並告訴我們您遇到的錯誤是什麼,以便我們可以提供幫助。 – Jeff
@Jeff:好的,我現在很抱歉我已經更新了我的代碼,並提供了我在應用程序中使用的過濾器的指令的url。 – Karthik
@Jeff:爲什麼你沒有刪除投票,我更新了我的查詢。 – Karthik