settings: no settings model after all

This commit is contained in:
Manuel Araoz 2014-09-03 14:44:48 -03:00
commit cff9f567bb
3 changed files with 3 additions and 26 deletions

View file

@ -24,8 +24,6 @@ angular.module('copayApp.controllers').controller('SettingsController', function
}
}
$scope.changeInsightSSL = function() {
$scope.insightPort = $scope.insightSecure ? 80 : 443;
};