Commit d6ad3a7bc0150392878fa4afba1035475fa33a11

Authored by Nikita Kulshreshtha
1 parent 866e0064

removed unused line

400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js
@@ -175,7 +175,6 @@ function ($scope, $rootScope, pages, log, $http, $timeout, DataService, $filter, @@ -175,7 +175,6 @@ function ($scope, $rootScope, pages, log, $http, $timeout, DataService, $filter,
175 $scope.Title = result.LabExercise[index].Questions[index1].Title; 175 $scope.Title = result.LabExercise[index].Questions[index1].Title;
176 $scope.Imagepath = keywords.labexercise + "/" + result.LabExercise[index].Questions[index1].ImagePath; 176 $scope.Imagepath = keywords.labexercise + "/" + result.LabExercise[index].Questions[index1].ImagePath;
177 } 177 }
178 - $scope.ShowHideDiv(result.LabExercise[index].Questions[index1].Options[0].textalign);  
179 178
180 if ($scope.Title == "Complete the statements below.") { 179 if ($scope.Title == "Complete the statements below.") {
181 $("#imgdiv").css("position", "static"); 180 $("#imgdiv").css("position", "static");