Fixing encrypted
This commit is contained in:
parent
35bab383b0
commit
126a57d5ab
5 changed files with 7 additions and 13 deletions
|
|
@ -1,9 +1,8 @@
|
|||
'use strict';
|
||||
|
||||
var BackupService = function($rootScope, notification, cryptoUtils) {
|
||||
var BackupService = function($rootScope, notification) {
|
||||
this.$rootScope = $rootScope;
|
||||
this.notifications = notification;
|
||||
this.cryptoUtils = cryptoUtils;
|
||||
};
|
||||
|
||||
BackupService.prototype.getCopayer = function(wallet) {
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.services').factory('cryptoUtils', function() {
|
||||
return require('../util/crypto');
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue