Bug fixes. Split contacts and wallets from send

This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-23 17:10:34 -03:00
commit b370e61012
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
8 changed files with 36 additions and 16 deletions

View file

@ -25,7 +25,8 @@
</div>
<div class="item item-icon-left">
<gravatar class="send-gravatar" name="{{toName}}" width="30" email="{{toEmail}}"></gravatar>
<i ng-if="isWallet" class="icon ion-briefcase size-21"></i>
<gravatar ng-if="!isWallet" class="send-gravatar" name="{{toName}}" width="30" email="{{toEmail}}"></gravatar>
<span translate>To</span>: {{toAddress}}
<p ng-show="toName">{{toName}}</p>