Popup more friendly for mobile

This commit is contained in:
Gustavo Maximiliano Cortez 2015-02-04 14:41:15 -03:00
commit 40a2c9a6fb
9 changed files with 52 additions and 16 deletions

View file

@ -29,7 +29,7 @@ angular.module('copayApp.controllers').controller('walletForPaymentController',
var modalInstance = $modal.open({
templateUrl: 'views/modals/walletSelection.html',
windowClass: 'small',
windowClass: 'tiny',
controller: ModalInstanceCtrl,
});