From 55245650bdfadade7d04143b0ee13b9f8368ac74 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Mon, 2 Jun 2014 18:50:46 -0300 Subject: [PATCH] rename WF test --- index.html | 2 +- test/{test.Walletfactory.js => test.WalletFactory.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/{test.Walletfactory.js => test.WalletFactory.js} (100%) diff --git a/index.html b/index.html index 770046bfe..3084e5fc6 100644 --- a/index.html +++ b/index.html @@ -309,7 +309,7 @@
Your Wallet Password(doesn't need to be shared) Required
+ ng-model="walletPassword" check-strength="passwordStrength" tooltip-trigger="focus" required>
Wallet name Optional
diff --git a/test/test.Walletfactory.js b/test/test.WalletFactory.js similarity index 100% rename from test/test.Walletfactory.js rename to test/test.WalletFactory.js