wallet listing working
This commit is contained in:
parent
bbd762a1fe
commit
6efa4f86de
14 changed files with 538 additions and 240 deletions
|
|
@ -37,11 +37,10 @@ var modules = [
|
|||
'copayApp.directives',
|
||||
];
|
||||
|
||||
if (config.plugins.length)
|
||||
if (Object.keys(config.plugins).length)
|
||||
modules.push('angularLoad');
|
||||
|
||||
|
||||
|
||||
var copayApp = window.copayApp = angular.module('copayApp', modules);
|
||||
|
||||
copayApp.config(function($sceDelegateProvider) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue