fix select text on receive screen
This commit is contained in:
parent
a4ec8f1d4d
commit
6a3881fd97
8 changed files with 9 additions and 14 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<ion-modal-view ng-controller="addressbookController as addressbookC">
|
||||
<div ng-init="wallets[0] ? selectedWalletsOpt = true : selectedWalletsOpt = false; checkClipboard()">
|
||||
<ion-content ng-style="{'background-color': '#f6f7f9'}">
|
||||
<ion-content ng-style="{'background-color': '#f6f7f9'}" overflow-scroll="true">
|
||||
<nav class="tab-bar" ng-style="{'background-color':color}">
|
||||
<section class="left-small">
|
||||
<a ng-show="!editAddressbook && !addAddressbookEntry" ng-click="cancel()" class="p10">
|
||||
|
|
@ -132,4 +132,4 @@
|
|||
</div>
|
||||
</ion-content>
|
||||
</div>
|
||||
</ion-modal-view>
|
||||
</ion-modal-view>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue