Updated for 1.3.6.

This commit is contained in:
Andy Phillipson 2017-02-09 14:58:47 -05:00
commit ff56fc2bee
7 changed files with 62 additions and 123 deletions

View file

@ -9,7 +9,7 @@
<div class="account-inner">
<div class="account-details">
<div class="account-name">
{{a.firstName}} {{a.lastName}}
{{a.givenName}} {{a.familyName}}
</div>
<p class="account-email" ng-if="a.email">
<span>{{a.email}}</span>

View file

@ -25,7 +25,7 @@
</div>
<div class="item item-icon-right" ng-repeat="account in bitpayAccounts">
<span class="item-title">
{{account.firstName}} {{account.lastName}}
{{account.givenName}} {{account.familyName}}
</span>
<span class="item-subtitle">
{{account.email}}