[Amazon] Adds support multisign. Common widget to select wallet
This commit is contained in:
parent
f1805b2080
commit
32a94d115f
4 changed files with 60 additions and 96 deletions
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
<ion-content ng-controller="amazonController as amazon" ng-init="amazon.init()">
|
||||
|
||||
<div class="text-center" ng-show="network == 'testnet'">
|
||||
<div class="box-notification warning" ng-show="network == 'testnet'">
|
||||
Sandbox version. Only for testing purpose
|
||||
</div>
|
||||
|
||||
|
|
@ -40,8 +40,10 @@
|
|||
</a>
|
||||
</div>
|
||||
|
||||
<h4 class="padding">Your cards</h4>
|
||||
<div class="list card">
|
||||
<div class="card">
|
||||
<div class="item item-divider">
|
||||
Your cards
|
||||
</div>
|
||||
<div ng-repeat="(id, item) in giftCards | orderObjectBy:'date':true track by $index"
|
||||
ng-click="amazon.openCardModal(item)"
|
||||
class="item item-avatar">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue