Fix - Search with popularCurrencyList as well
This commit is contained in:
parent
fa291c757d
commit
1ec2bf7ba0
3 changed files with 91 additions and 209 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue