From 859b6956be53f9d33fff139d3b5e91e0a3170dbf Mon Sep 17 00:00:00 2001 From: bechi Date: Mon, 15 Dec 2014 20:11:22 -0300 Subject: [PATCH] fix wallet info modal --- js/controllers/profile.js | 2 +- views/modals/wallet-info.html | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/js/controllers/profile.js b/js/controllers/profile.js index a63647676..58828bf0d 100644 --- a/js/controllers/profile.js +++ b/js/controllers/profile.js @@ -96,7 +96,7 @@ angular.module('copayApp.controllers').controller('ProfileController', function( var modalInstance = $modal.open({ templateUrl: 'views/modals/wallet-info.html', - windowClass: 'tiny', + windowClass: 'medium', controller: ModalInstanceCtrl }); diff --git a/views/modals/wallet-info.html b/views/modals/wallet-info.html index 58b5a7ca4..d283f0cbd 100644 --- a/views/modals/wallet-info.html +++ b/views/modals/wallet-info.html @@ -1,4 +1,4 @@ -
+

{{item.name || item.id }}

{{item.requiredCopayers}} of {{item.totalCopayers}} - {{networkName}} @@ -22,14 +22,14 @@

-
- -
-
-