Fix upload file boxes in config setup
This commit is contained in:
parent
0876fc754a
commit
04f96ea859
3 changed files with 10 additions and 6 deletions
|
@ -126,6 +126,7 @@ angular.module("core-config-setup", ['angularFileUpload'])
|
|||
'$hasChanges': false
|
||||
};
|
||||
|
||||
$scope.hasfile = {};
|
||||
$scope.validating = null;
|
||||
$scope.savingConfiguration = false;
|
||||
|
||||
|
|
Reference in a new issue