Slide up/down for all modals
This commit is contained in:
parent
e24628d775
commit
17184c8d48
2 changed files with 68 additions and 3 deletions
|
|
@ -277,9 +277,8 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
|||
};
|
||||
|
||||
var modalInstance = $modal.open({
|
||||
animation: true,
|
||||
templateUrl: 'views/modals/txp-details.html',
|
||||
windowClass: 'full animated slideInUp',
|
||||
windowClass: 'full',
|
||||
controller: ModalInstanceCtrl,
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue