Commit 3aa73b9bd6c174dd8fa4f0fbb490464ea95e29cd

Authored by Mukul Rajput
1 parent 7f3f710c

nikita's code.

400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... ... @@ -6730,9 +6730,15 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l
6730 6730 // $rootScope.isListManagerSelected = false;
6731 6731 $rootScope.CloseListManager();
6732 6732  
6733   - $rootScope.isHighlightBodyByBodySystem = false;
6734 6733  
6735   - if ($rootScope.isHighLight == true) {
  6734 + if ($rootScope.isHighlightBodyByBodySystem) {
  6735 + $rootScope.isHighlightBodyByBodySystem = false;
  6736 + //to make the system highlight if the body systme highlighted than Normal and again highlight
  6737 + $scope.isbodySystemHighlight = true;
  6738 + }
  6739 + // $rootScope.isHighlightBodyByBodySystem = false;
  6740 +
  6741 + if ($rootScope.isHighLight == true) {
6736 6742  
6737 6743 }
6738 6744 else {
... ...