6 lines
150 B
JavaScript
6 lines
150 B
JavaScript
'use strict';
|
|
|
|
angular.module('copayApp.services').factory('pluginManager', function() {
|
|
var pm = new copay.PluginManager(config);
|
|
return pm;
|
|
});
|