From 1e8895f4b846f88c253b6db01246012c16014a80 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 1 May 2014 09:41:18 -0300 Subject: [PATCH] fix conflics --- css/main.css | 4 +- index.html | 32 ++++++++------ js/controllers/setup.js | 4 +- js/controllers/signin.js | 5 +-- js/controllers/transactions.js | 2 +- js/models/core/PublicKeyRing.js | 75 +++++++++++++++++++-------------- js/models/core/Wallet.js | 25 ++++++----- js/models/core/WalletFactory.js | 5 ++- test/test.PublicKeyRing.js | 54 ++++++++++++++++++++++++ test/test.Walletfactory.js | 2 +- 10 files changed, 144 insertions(+), 64 deletions(-) diff --git a/css/main.css b/css/main.css index 6b4926b15..7cdd23465 100644 --- a/css/main.css +++ b/css/main.css @@ -19,8 +19,8 @@ html, body {height: 100%;} #footer { position: relative; - margin-top: -91px; /* negative value of footer height */ - height: 91px; + margin-top: -96px; /* negative value of footer height */ + height: 96px; clear:both; padding: 5px 2rem; } diff --git a/index.html b/index.html index 2af1f9782..896b28b65 100644 --- a/index.html +++ b/index.html @@ -110,19 +110,20 @@
+ ng-repeat="c in $root.wallet.getRegisteredPeerIds()"> - + + title="{{c.peerId + (c.peerId == $root.wallet.network.peerId?' (You)':'')}}" /> +
{{c.nick}}