Slide up/down for all modals

This commit is contained in:
Gustavo Maximiliano Cortez 2015-05-05 13:02:40 -03:00
commit 17184c8d48
2 changed files with 68 additions and 3 deletions

View file

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