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