fix wallet info modal
This commit is contained in:
parent
da53814d38
commit
859b6956be
2 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue