Wallet/js/services/walletFactory.js

4 lines
126 B
JavaScript
Raw Normal View History

2014-04-16 17:50:10 -03:00
'use strict';
2014-05-14 21:02:01 -03:00
angular.module('copay.walletFactory').value('walletFactory', new copay.WalletFactory(config, copay.version));
2014-04-16 17:50:10 -03:00