Merge pull request #2620 from cmgustavo/bug/spinner-send-broadcast
Bug/spinner send broadcast
This commit is contained in:
commit
a487c053d4
13 changed files with 173 additions and 197 deletions
|
|
@ -38,7 +38,7 @@ angular.module('copayApp.services').factory('txStatus', function($modal, lodash,
|
|||
};
|
||||
$modal.open({
|
||||
templateUrl: 'views/modals/tx-status.html',
|
||||
windowClass: 'full',
|
||||
windowClass: 'full popup-tx-status',
|
||||
controller: ModalInstanceCtrl,
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue