diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js index 27db114..43d3f9a 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js @@ -194,7 +194,7 @@ function ($scope, $rootScope, pages, log, $http, $timeout, DataService, $filter, }); $timeout(function () { - if ($scope.SavedLabExercise != undefined && $scope.SavedLabExercise.lastQuestion > 0) { + if (($scope.SavedLabExercise != undefined && $scope.SavedLabExercise.lastQuestion > 0) || ($scope.LabExerciseUserData != undefined && $scope.LabExerciseUserData.length > 0)) { if ($scope.isResetClicked != true) { $scope.ShowSavedLabExercise();