Fix upload file boxes in config setup

This commit is contained in:
Joseph Schorr 2015-12-07 15:55:55 -05:00
parent 0876fc754a
commit 04f96ea859
3 changed files with 10 additions and 6 deletions

View file

@ -126,6 +126,7 @@ angular.module("core-config-setup", ['angularFileUpload'])
'$hasChanges': false
};
$scope.hasfile = {};
$scope.validating = null;
$scope.savingConfiguration = false;