Wallet/js/services/walletFactory.js

4 lines
124 B
JavaScript
Raw Normal View History

2014-04-16 17:50:10 -03:00
'use strict';
2014-06-03 17:42:36 -03:00
angular.module('copayApp.services').value('walletFactory', new copay.WalletFactory(config, copay.version));
2014-04-16 17:50:10 -03:00