optimizing address page
This commit is contained in:
parent
1a34f53a57
commit
4acb32c3d8
8 changed files with 52 additions and 44 deletions
|
|
@ -1,8 +1,4 @@
|
|||
'use strict';
|
||||
|
||||
var wf;
|
||||
angular.module('copay.walletFactory').factory('walletFactory', function($rootScope) {
|
||||
wf = wf || new copay.WalletFactory(config);
|
||||
return wf;
|
||||
});
|
||||
angular.module('copay.walletFactory').value('walletFactory', new copay.WalletFactory(config));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue