diff --git a/src/views/app.js b/src/views/app.js
index 05343c02c..72c150481 100644
--- a/src/views/app.js
+++ b/src/views/app.js
@@ -1249,6 +1249,7 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
backupId: '',
password: '',
mountOptions: {},
+ encrypted: false, // helps with ng-required when backupConfig is read from file
clearForm: function () {
// $scope.importBackup.provider = ''; // do not clear since we call this function on provider change