Removes unused attributes for modals
This commit is contained in:
parent
17184c8d48
commit
efbc1b9a93
1 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue