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({
|
$modal.open({
|
||||||
animation: false,
|
|
||||||
templateUrl: 'views/modals/copayers.html',
|
templateUrl: 'views/modals/copayers.html',
|
||||||
windowClass: 'full',
|
windowClass: 'full',
|
||||||
controller: ModalInstanceCtrl,
|
controller: ModalInstanceCtrl,
|
||||||
|
|
@ -829,7 +828,6 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
||||||
};
|
};
|
||||||
|
|
||||||
$modal.open({
|
$modal.open({
|
||||||
animation: false,
|
|
||||||
templateUrl: 'views/modals/tx-details.html',
|
templateUrl: 'views/modals/tx-details.html',
|
||||||
windowClass: 'full',
|
windowClass: 'full',
|
||||||
controller: ModalInstanceCtrl,
|
controller: ModalInstanceCtrl,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue