fix enabled services

This commit is contained in:
JDonadio 2017-01-19 13:16:29 -03:00
commit c3f2230f33
4 changed files with 31 additions and 9 deletions

View file

@ -24,9 +24,9 @@ angular.module('copayApp.controllers').controller('advancedSettingsController',
$scope.recentTransactionsEnabled = {
value: config.recentTransactions.enabled
};
$scope.frequentlyUsedEnabled = {
value: config.frequentlyUsed.enabled
};
// $scope.frequentlyUsedEnabled = {
// value: config.frequentlyUsed.enabled
// };
};
$scope.spendUnconfirmedChange = function() {