Fix - 315 - Currency search doesn't work when entering from Settings
This commit is contained in:
parent
95ee98cd65
commit
eced42806d
2 changed files with 5 additions and 2 deletions
|
|
@ -14,7 +14,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