rename walletFactory to identity. Test passing
This commit is contained in:
parent
e5d4b8adaf
commit
eb9ab115d7
14 changed files with 652 additions and 115 deletions
5
js/services/identity.js
Normal file
5
js/services/identity.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
'use strict';
|
||||
angular.module('copayApp.services').factory('identity', function(pluginManager){
|
||||
return new copay.Identity(config, copay.version, pluginManager);
|
||||
});
|
||||
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
'use strict';
|
||||
angular.module('copayApp.services').factory('walletFactory', function(pluginManager){
|
||||
return new copay.WalletFactory(config, copay.version, pluginManager);
|
||||
});
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue