Fix - Search with popularCurrencyList as well

This commit is contained in:
Jean-Baptiste Dominguez 2018-05-08 16:44:55 +09:00
commit 1ec2bf7ba0
3 changed files with 91 additions and 209 deletions

View file

@ -15,7 +15,7 @@
placeholder="{{'Search your currency' | translate}}">
</label>
</div>
<div class="list" ng-if="lastUsedPopularList[0]">
<div class="list" ng-if="lastUsedPopularList[0] && searchedAltCurrency.length == 0">
<ion-radio class="alt-currency-radio" ng-repeat="lastUsedAltCurrency in lastUsedPopularList" ng-value="lastUsedAltCurrency.isoCode" ng-model="currentCurrency"
ng-click="save(lastUsedAltCurrency)">{{lastUsedAltCurrency.name}} <span class="item-note">{{lastUsedAltCurrency.isoCode}}</span>
</ion-radio>