Wallet/src/js/services/addressService.js

7 lines
228 B
JavaScript
Raw Normal View History

2015-06-27 13:22:56 -03:00
'use strict';
'use strict';
angular.module('copayApp.services')
2016-07-11 11:46:48 -03:00
.factory('addressService', function(storageService, profileService, $log, $timeout, lodash, bwcError, gettextCatalog) {
2015-06-27 13:22:56 -03:00
var root = {};
return root;
});