Commit ebc800139454e356b5eba5d7e86398515d95ec50

Authored by Nikita Kulshreshtha
1 parent 884a7ec1

in lateral arm LM and search loader icon was not going invisible.

400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
@@ -2249,7 +2249,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo @@ -2249,7 +2249,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
2249 else if ((($rootScope.viewOrientationId == '2') || ($rootScope.viewOrientationId == '3')) && ($scope.highlightedBR.length == 5)) { 2249 else if ((($rootScope.viewOrientationId == '2') || ($rootScope.viewOrientationId == '3')) && ($scope.highlightedBR.length == 5)) {
2250 $scope.doAligneCanvasWithTerm = true; 2250 $scope.doAligneCanvasWithTerm = true;
2251 } 2251 }
2252 - else if ((($rootScope.viewOrientationId == '5')) && ($scope.highlightedBR.length == 4)) { 2252 + else if ((($rootScope.viewOrientationId == '5')) && ($scope.highlightedBR.length == 1)) {
2253 $scope.doAligneCanvasWithTerm = true; 2253 $scope.doAligneCanvasWithTerm = true;
2254 } 2254 }
2255 else if ((($rootScope.viewOrientationId == '6')) && ($scope.highlightedBR.length == 1)) { 2255 else if ((($rootScope.viewOrientationId == '6')) && ($scope.highlightedBR.length == 1)) {
@@ -7573,12 +7573,12 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo @@ -7573,12 +7573,12 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
7573 7573
7574 $('#canvasDiv').scrollLeft(newX); 7574 $('#canvasDiv').scrollLeft(newX);
7575 $('#canvasDiv').scrollTop(newY); 7575 $('#canvasDiv').scrollTop(newY);
7576 - 7576 + $scope.isLoading = false;
  7577 + $('#spinner').css('visibility', 'hidden');
7577 } 7578 }
7578 7579
7579 7580
7580 - $scope.isLoading = false;  
7581 - $('#spinner').css('visibility', 'hidden'); 7581 +
7582 } 7582 }
7583 7583
7584 7584