'use strict'; var BackupService = function() { }; angular.module('copayApp.services').value('backup', new BackupService());