Commit c964685a3345f1601968d00e2146dd00688479b2

Authored by Amrita Vishnoi
2 parents fd8bcd0d 6650ea7f

Bug#22099_1 merged

400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... ... @@ -2651,7 +2651,6 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l
2651 2651  
2652 2652 }
2653 2653  
2654   -
2655 2654 var worker = new Worker('term-number-wp.js');
2656 2655  
2657 2656 //push workers in array to further used the refernece to delete the workers
... ... @@ -7362,7 +7361,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l
7362 7361 // $rootScope.isListManagerSelected = false;
7363 7362 $rootScope.CloseListManager();
7364 7363  
7365   - $rootScope.isHighlightBodyByBodySystem = false;
  7364 + // $rootScope.isHighlightBodyByBodySystem = false;
7366 7365  
7367 7366 //Remove the Search list and then Repopulate it on change of Gender
7368 7367 $('#searchListDiv').empty()
... ... @@ -7602,7 +7601,8 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l
7602 7601 //$rootScope.isListManagerSelected = false;
7603 7602 $rootScope.CloseListManager();
7604 7603  
7605   - $rootScope.isHighlightBodyByBodySystem = false;
  7604 + //to get the body system highlighted on view change. commented the below line
  7605 + // $rootScope.isHighlightBodyByBodySystem = false;
7606 7606  
7607 7607 //Remove the search list and then Repopulate it on change of View
7608 7608 $('#searchListDiv').empty()
... ...