diff --git a/index.html b/index.html index 7932431d4..52380d704 100644 --- a/index.html +++ b/index.html @@ -191,9 +191,11 @@

Create a new wallet

- - - +

+ Copay is a free, open-source, multisignature bitcoin wallet. A single-owner bitcoin wallet's security depends on carefully securing the private keys. With copay you can have multiple people controlling the funds, using bitcoin's multisignature functionality, requiring no trust in any third party. +

+
@@ -271,6 +273,7 @@
+

Create new wallet

Select total number of copayers
+
Your Wallet Password(doesn't need to be shared) Required
+
Wallet name Optional
- +
Your name Optional
- +
diff --git a/js/controllers/signin.js b/js/controllers/signin.js index 721959d25..057b548ba 100644 --- a/js/controllers/signin.js +++ b/js/controllers/signin.js @@ -13,15 +13,6 @@ angular.module('copay.signin').controller('SigninController', $scope.openPassword = ''; $scope.create = function(form) { - if (form && form.$invalid) { - $rootScope.$flashMessage = { message: 'Please, enter required fields', type: 'error'}; - return; - } - - $rootScope.walletName = form.walletName.$modelValue; - $rootScope.walletPassword = form.createPassword.$modelValue; - - $location.path('setup'); }; diff --git a/package.json b/package.json index b7f396c87..c05a3edca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "copay", - "version": "0.0.5", + "version": "0.0.6", "description": "A multisignature wallet", "repository": { "type": "git",