copay/js/services/walletFactory.js

6 lines
178 B
JavaScript

'use strict';
angular.module('copayApp.services').factory('walletFactory', function(pluginManager){
return new copay.WalletFactory(config, copay.version, pluginManager);
});