This commit is contained in:
Matias Alejo Garcia 2014-09-04 16:23:37 -03:00
commit 9ad326cd30
8 changed files with 20 additions and 22 deletions

View file

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