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