Fixing encrypted

This commit is contained in:
Esteban Ordano 2014-10-28 12:01:09 -03:00
commit 126a57d5ab
5 changed files with 7 additions and 13 deletions

View file

@ -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) {