copay/js/services/walletFactory.js

6 lines
178 B
JavaScript
Raw Normal View History

2014-04-16 13:50:10 -07:00
'use strict';
2014-09-02 21:25:08 -07:00
angular.module('copayApp.services').factory('walletFactory', function(pluginManager){
return new copay.WalletFactory(config, copay.version, pluginManager);
});
2014-04-16 13:50:10 -07:00