Wallet/src/js/services/addressService.js
Matias Alejo Garcia 9f039d8c34
balances working
2016-08-15 10:25:43 -03:00

7 lines
228 B
JavaScript

'use strict';
'use strict';
angular.module('copayApp.services')
.factory('addressService', function(storageService, profileService, $log, $timeout, lodash, bwcError, gettextCatalog) {
var root = {};
return root;
});