add backup service

This commit is contained in:
Manuel Araoz 2014-06-16 15:44:22 -03:00
parent 7406623ed5
commit 86295c9cf0
1 changed files with 6 additions and 0 deletions

6
js/services/backup.js Normal file
View File

@ -0,0 +1,6 @@
'use strict';
var BackupService = function() {
};
angular.module('copayApp.services').value('backup', new BackupService());