Use plugin paste from clipboard on mobile

This commit is contained in:
Gustavo Maximiliano Cortez 2016-02-02 17:07:39 -03:00
commit 3532a8a95e
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
5 changed files with 26 additions and 10 deletions

View file

@ -387,7 +387,8 @@
<available-balance></available-balance>
<a
ng-show="!home.lockedCurrentFeePerKb && index.feeToSendMaxStr && index.availableBalanceSat > 0 && !home.blockUx && !home.lockAmount"
ng-click="home.sendAll()"
ng-click="home.sendAll()"
class="p10"
translate> Send All
</a>
</h4>