Merge pull request #3853 from cmgustavo/feat/paste-from-clipboard

Use cordova-plugin to paste from clipboard on mobile
This commit is contained in:
Matias Alejo Garcia 2016-02-11 14:15:26 -05:00
commit b6a129f2f0
5 changed files with 47 additions and 10 deletions

View file

@ -382,7 +382,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>