fixes for other cases, address to address + contacts + thirdParty stub

This commit is contained in:
Sebastiaan Pasma 2018-07-25 17:25:38 +02:00
commit aff0dd3183
No known key found for this signature in database
GPG key ID: 9A2B0C8B95A1D26F
6 changed files with 77 additions and 77 deletions

View file

@ -90,7 +90,7 @@
</div>
<div class="list">
<a class="item item-icon-left item-icon-right" ng-repeat="item in list"
ng-if="!item.isWallet && item.recipientType != 'wallet'" ng-click="goToAmount(item)">
ng-if="!item.isWallet && item.recipientType != 'wallet'" ng-click="sendToContact(item)">
<i class="icon big-icon-svg">
<gravatar class="send-gravatar" name="{{item.name}}" width="120" email="{{item.email}}"></gravatar>
</i>