refactor - add spinner

This commit is contained in:
Javier 2016-06-28 17:29:47 -03:00
commit afc2598d59
5 changed files with 29 additions and 24 deletions

View file

@ -28,6 +28,7 @@ angular.module('copayApp.services').factory('ongoingProcess', function($log, $ti
'importingWallet': gettext('Importing Wallet...'),
'sweepingWallet': gettext('Sweeping Wallet...'),
'deletingWallet': gettext('Deleting Wallet...'),
'processingCode': gettext('Processing code...'),
};
root.clear = function() {