Merge branch 'master' into feature/01-item-tx-ns

This commit is contained in:
Bechi 2014-04-30 15:00:19 -03:00
commit df66911299
15 changed files with 217 additions and 55 deletions

View file

@ -84,7 +84,7 @@
Share this secret with your other copayers for them to join your wallet <br>
</div>
<div class="size-24">
<b>{{$root.wallet.getMyCopayerId()}}</b>
<b>{{$root.wallet.getSecret()}}</b>
</div>
</div>
</div>
@ -512,6 +512,7 @@
<script src="lib/crypto-js/rollups/aes.js"></script>
<script src="lib/file-saver/FileSaver.js"></script>
<script src="lib/socket.io.js"></script>
<script src="lib/sjcl.js"></script>
<script src="js/copayBundle.js"></script>
<script src="js/app.js"></script>