Wallet/js/services/pluginManager.js

6 lines
150 B
JavaScript
Raw Normal View History

2014-09-01 16:31:35 -03:00
'use strict';
2014-12-05 12:12:51 -03:00
angular.module('copayApp.services').factory('pluginManager', function() {
2014-09-03 01:25:08 -03:00
var pm = new copay.PluginManager(config);
return pm;
2014-09-01 23:44:35 -03:00
});