From 6ec7e882a3f904e73c54a38619850935a54f867e Mon Sep 17 00:00:00 2001 From: Yemel Jardi Date: Tue, 3 Jun 2014 10:12:53 -0300 Subject: [PATCH] Fix scope for password ng-model --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 3084e5fc6..132da9e46 100644 --- a/index.html +++ b/index.html @@ -218,7 +218,7 @@

Join a Wallet in Creation

- +
@@ -309,7 +309,7 @@
Your Wallet Password(doesn't need to be shared) Required
+ ng-model="$parent.walletPassword" check-strength="passwordStrength" tooltip="Password strength: {{passwordStrength}}" tooltip-trigger="focus" required>
Wallet name Optional