copay tests in the browser!

This commit is contained in:
Matias Alejo Garcia 2014-04-07 15:31:41 -03:00
commit a658ec8452
10 changed files with 131 additions and 12 deletions

View file

@ -6,6 +6,7 @@ angular.module('copay.network')
$rootScope.connectedPeers = [];
$rootScope.connectedTo = [];
$rootScope.peerId = null;
$rootScope.publicKeyRing = [];
// Array helpers
var _arrayDiff = function(a, b) {