Generate QR code with customized amount

This commit is contained in:
Gustavo Maximiliano Cortez 2015-06-24 17:55:08 -03:00
commit 599f53d39f
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 166 additions and 0 deletions

View file

@ -264,6 +264,11 @@
</button>
</div>
</div>
<div class="text-center" ng-show="!home.generatingAddress && home.addr[index.walletId]">
<a class="size-12" ng-click="home.openCustomizedAmountModal(home.addr[index.walletId])" translate>
Receive a customized amount
</a>
</div>
</div>
<div class="extra-margin-bottom"></div>
</div> <!-- END Receive -->