Wallet/js/services/identity.js

5 lines
168 B
JavaScript
Raw Normal View History

'use strict';
angular.module('copayApp.services').factory('identity', function(pluginManager){
return new copay.Identity(config, copay.version, pluginManager);
});