Wallet/js/services/walletFactory.js
Matias Alejo Garcia 6efa4f86de wallet listing working
2014-09-15 14:13:20 -03:00

7 lines
223 B
JavaScript

'use strict';
angular.module('copayApp.services').factory('walletFactory', function(pluginManager){
console.log('[walletFactory.js.3]'); //TODO
return new copay.WalletFactory(config, copay.version, pluginManager);
});