Remove unsed scope vars

This commit is contained in:
Johannes Zellner
2015-10-28 20:38:22 +01:00
parent edcbf79b85
commit 25aff6a53b

View File

@@ -93,11 +93,6 @@ angular.module('Application').controller('AppsController', ['$scope', '$location
$scope.appRestoreForm.$setUntouched();
};
$scope.certificateFile = null;
$scope.certificateFileName = '';
$scope.keyFile = null;
$scope.keyFileName = '';
document.getElementById('appConfigureCertificateFileInput').onchange = function (event) {
$scope.$apply(function () {
$scope.appConfigure.certificateFile = null;