Fix spinner when sign/reject/remove/broadcast a transaction

This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-24 15:02:14 -03:00
commit 68cc09f4ab
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
11 changed files with 52 additions and 51 deletions

View file

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