From 3aa73b9bd6c174dd8fa4f0fbb490464ea95e29cd Mon Sep 17 00:00:00 2001 From: Mukul Date: Wed, 11 Oct 2017 11:43:28 +0530 Subject: [PATCH] nikita's code. --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index 53f69c9..d4a9c53 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -6730,9 +6730,15 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l // $rootScope.isListManagerSelected = false; $rootScope.CloseListManager(); - $rootScope.isHighlightBodyByBodySystem = false; - if ($rootScope.isHighLight == true) { + if ($rootScope.isHighlightBodyByBodySystem) { + $rootScope.isHighlightBodyByBodySystem = false; + //to make the system highlight if the body systme highlighted than Normal and again highlight + $scope.isbodySystemHighlight = true; + } + // $rootScope.isHighlightBodyByBodySystem = false; + + if ($rootScope.isHighLight == true) { } else { -- libgit2 0.21.4