Close button in correct position. Modal animation customizable

This commit is contained in:
Gustavo Maximiliano Cortez 2015-05-07 11:07:33 -03:00
commit 0731c47e32
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
8 changed files with 12 additions and 12 deletions

View file

@ -101,7 +101,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
};
$modal.open({
templateUrl: 'views/modals/copayers.html',
windowClass: 'full',
windowClass: 'full openModalAnimation closeModalAnimation',
controller: ModalInstanceCtrl,
});
};
@ -277,7 +277,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
var modalInstance = $modal.open({
templateUrl: 'views/modals/txp-details.html',
windowClass: 'full',
windowClass: 'full openModalAnimation closeModalAnimation',
controller: ModalInstanceCtrl,
});
@ -675,7 +675,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
};
$modal.open({
templateUrl: 'views/modals/paypro.html',
windowClass: 'full',
windowClass: 'full openModalAnimation closeModalAnimation',
controller: ModalInstanceCtrl,
});
};
@ -829,7 +829,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
$modal.open({
templateUrl: 'views/modals/tx-details.html',
windowClass: 'full',
windowClass: 'full openModalAnimation closeModalAnimation',
controller: ModalInstanceCtrl,
});
};