Merge pull request #1623 from matiu/feature/misc

Feature/misc
This commit is contained in:
Ivan Socolsky 2014-10-31 11:14:31 -03:00
commit 2f3f2103d5
2 changed files with 2 additions and 4 deletions

View File

@ -16,10 +16,6 @@ if (localConfig) {
}
}
var log = function() {
if (config.verbose) console.log(arguments);
}
var modules = [
'ngRoute',
'angularMoment',

View File

@ -74,9 +74,11 @@ angular.module('copayApp.controllers').controller('SettingsController', function
var insightSettings = {
livenet: {
url: $scope.insightLivenet,
transports: ['polling'],
},
testnet: {
url: $scope.insightTestnet,
transports: ['polling'],
},
}