Added secret number feature

This commit is contained in:
Matias Pando 2014-09-03 16:51:02 -03:00
commit 89dba4c616
6 changed files with 90 additions and 14 deletions

View file

@ -12,7 +12,7 @@
<h1 class="text-primary line-sidebar-b">Waiting copayers</h1>
<h3>Share this secret with your other copayers</h3>
<div class="panel">
<qrcode size="250" data="{{$root.wallet.getSecret()}}"></qrcode>
<qrcode size="350" data="{{$root.wallet.getSecret()}}"></qrcode>
<div class="secret text-gray size-14">
{{$root.wallet.getSecret()}}
<span class="btn-copy" clip-copy="$root.wallet.getSecret()"></span>