plugin system v0

This commit is contained in:
Matias Alejo Garcia 2014-09-01 16:31:35 -03:00
commit c0360e7beb
9 changed files with 73 additions and 11 deletions

View file

@ -40,12 +40,6 @@ var modules = [
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);