change name to Encrypted
This commit is contained in:
parent
1ce3f82d0a
commit
2849f773e2
8 changed files with 66 additions and 49 deletions
10
js/app.js
10
js/app.js
|
|
@ -37,9 +37,17 @@ var modules = [
|
|||
'copayApp.directives',
|
||||
];
|
||||
|
||||
if (config.plugins.googleDrive)
|
||||
if (config.plugins.length)
|
||||
modules.push('angularLoad');
|
||||
|
||||
if (config.plugins.googleDrive) {
|
||||
var googleDrive = require('../plugins/googleDrive');
|
||||
var a = new googleDrive();
|
||||
a.init();
|
||||
console.log('[app.js.41:new:]',a); //TODO
|
||||
}
|
||||
|
||||
|
||||
var copayApp = window.copayApp = angular.module('copayApp', modules);
|
||||
|
||||
copayApp.config(function($sceDelegateProvider) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue