fix wallet info modal

This commit is contained in:
bechi 2014-12-15 20:11:22 -03:00
commit 859b6956be
2 changed files with 7 additions and 7 deletions

View file

@ -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
});