add LocalStorage plugin
This commit is contained in:
parent
c0360e7beb
commit
b9881c1147
10 changed files with 101 additions and 16 deletions
|
|
@ -1,3 +1,5 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.services').value('pluginManager', new copay.PluginManager(config));
|
||||
angular.module('copayApp.services').factory('pluginManager', function(angularLoad){
|
||||
return new copay.PluginManager(config);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue