From c340c78dedfcd02eee167d56a6529b5f2bfa9067 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Fri, 19 Aug 2016 14:38:28 -0300 Subject: [PATCH] fix index --- public/views/backup.html | 4 ++-- public/views/buyAndSell.html | 42 ++++++++++++++++++++---------------- src/js/controllers/backup.js | 2 ++ 3 files changed, 27 insertions(+), 21 deletions(-) diff --git a/public/views/backup.html b/public/views/backup.html index f97f50008..299e9cc14 100644 --- a/public/views/backup.html +++ b/public/views/backup.html @@ -162,7 +162,7 @@ translate>Finish -
+
You can safely install your wallet on another device and use it from multiple devices at the same time. @@ -182,7 +182,7 @@

Failed to verify backup. Please check your information

-
+
You can safely install your wallet on another device and use it from multiple devices at the same time. diff --git a/public/views/buyAndSell.html b/public/views/buyAndSell.html index 00fee79d6..597a8c73c 100644 --- a/public/views/buyAndSell.html +++ b/public/views/buyAndSell.html @@ -1,20 +1,24 @@ -
-
+ + + + + + Buy and sell + + + + + + + + + + + -
+ + + + diff --git a/src/js/controllers/backup.js b/src/js/controllers/backup.js index 14213b7dc..93659d5d8 100644 --- a/src/js/controllers/backup.js +++ b/src/js/controllers/backup.js @@ -6,6 +6,8 @@ angular.module('copayApp.controllers').controller('backupController', var wallet = profileService.getWallet($stateParams.walletId); $scope.customWords = []; $scope.walletName = wallet.credentials.walletName; + $scope.n = wallet.n; + $scope.credentialsEncrypted = wallet.isPrivKeyEncrypted; $scope.init = function() {