complete passphrase verification - add spinner

This commit is contained in:
Javier 2015-11-19 10:45:57 -03:00
commit 75707b4a93
5 changed files with 41 additions and 6 deletions

View file

@ -39,7 +39,6 @@ angular.module('copayApp.controllers').controller('backupController',
self.credentialsEncrypted = false;
setWords(fc.getMnemonic());
// $rootScope.$emit('Local/BackupDone');
});
}
}