Coinbase: first step integration, connect account and main view

This commit is contained in:
Gustavo Maximiliano Cortez 2016-12-08 11:04:07 -03:00
commit af932b3e59
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
8 changed files with 466 additions and 244 deletions

View file

@ -49,7 +49,7 @@ angular.module('copayApp.services').factory('configService', function(storageSer
},
coinbase: {
enabled: false, //disable coinbase for this release
enabled: true,
testnet: false
},
@ -230,10 +230,6 @@ angular.module('copayApp.services').factory('configService', function(storageSer
configCache.aliasFor = configCache.aliasFor || {};
configCache.emailFor = configCache.emailFor || {};
// Coinbase
// Disabled for testnet
configCache.coinbase.testnet = false;
$log.debug('Preferences read:', configCache)
lodash.each(root._queue, function(x) {