fix set config

This commit is contained in:
Matias Alejo Garcia 2014-12-12 11:21:48 -03:00
commit 7d5ed4595c
5 changed files with 16 additions and 17 deletions

View file

@ -77,7 +77,6 @@ angular.module('copayApp.controllers').controller('SettingsController', function
configService.set({
network: insightSettings,
version: copay.version,
defaultLanguage: $scope.selectedLanguage.isoCode,
plugins: plugins,
logLevel: $scope.selectedLogLevel.name,