add backup service
This commit is contained in:
parent
7406623ed5
commit
86295c9cf0
1 changed files with 6 additions and 0 deletions
6
js/services/backup.js
Normal file
6
js/services/backup.js
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
'use strict';
|
||||||
|
|
||||||
|
var BackupService = function() {
|
||||||
|
};
|
||||||
|
|
||||||
|
angular.module('copayApp.services').value('backup', new BackupService());
|
||||||
Loading…
Add table
Add a link
Reference in a new issue