adding wallet id on url
This commit is contained in:
parent
28d9d76f93
commit
965619740b
25 changed files with 82 additions and 75 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<ion-view ng-controller="tabReceiveController" cache-view="false">
|
||||
<ion-view>
|
||||
<ion-nav-title>Receive</ion-nav-title>
|
||||
<ion-content ng-init="init()">
|
||||
<ion-content ng-controller="tabReceiveController" ng-init="init()" cache-view="false">
|
||||
|
||||
<div class="text-center m30v" ng-click="copyToClipboard(addr, $event)" ng-show="addr" >
|
||||
<qrcode size="220" data="bitcoin:{{addr}}" ng-show="addr"></qrcode>
|
||||
|
|
@ -34,7 +34,7 @@ Error: {{addrError}}
|
|||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div ng-show="!incomplete">
|
||||
<div class="item item-icon-left" ng-click="shareAddress(addr)" ng-show="isCordova && addr" ng-disabled="generatingAddress">
|
||||
<i class="icon ion-ios-upload-outline"></i>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue