Removes unused attributes for modals

This commit is contained in:
Gustavo Maximiliano Cortez 2015-05-05 13:04:59 -03:00
commit efbc1b9a93

View file

@ -100,7 +100,6 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
};
};
$modal.open({
animation: false,
templateUrl: 'views/modals/copayers.html',
windowClass: 'full',
controller: ModalInstanceCtrl,
@ -829,7 +828,6 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
};
$modal.open({
animation: false,
templateUrl: 'views/modals/tx-details.html',
windowClass: 'full',
controller: ModalInstanceCtrl,