From f5aad7bd1539fde98b5f2b594449581ae999c7c2 Mon Sep 17 00:00:00 2001 From: Gustavo Cortez Date: Wed, 18 Jun 2014 01:00:32 -0300 Subject: [PATCH 1/3] Addressbook on SendPage --- index.html | 42 ++++++++++++++++++ js/controllers/send.js | 78 ++++++++++++++++++++++++++++++++- js/models/core/Wallet.js | 29 +++++++++++- js/models/core/WalletFactory.js | 1 + test/test.Wallet.js | 36 +++++++++++++++ test/test.WalletFactory.js | 2 +- 6 files changed, 184 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 55d871aee..08e15ef6b 100644 --- a/index.html +++ b/index.html @@ -704,11 +704,53 @@ +
+

Address Book

+

Empry. Create some alias for addresses

+ + + + + + + + + + + + +
Label + Address +   +
{{addr.label}}{{addr.address}}
+ + +