Merge pull request #2620 from cmgustavo/bug/spinner-send-broadcast

Bug/spinner send broadcast
This commit is contained in:
Matias Alejo Garcia 2015-04-24 15:13:10 -03:00
commit a487c053d4
13 changed files with 173 additions and 197 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,
});
};