Commit 6650ea7fc2a44f8fd0a8091d2161ce5b14c6c436

Authored by Nikita Kulshreshtha
1 parent e0d5bbac

tested for gender change by connecting to 43 databas efor layer 107 as this is h…

…aving data for male and female anterior for muscular.
need to test on server for all views on gender as well as view chnage
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... ... @@ -7580,6 +7580,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l
7580 7580 //$rootScope.isListManagerSelected = false;
7581 7581 $rootScope.CloseListManager();
7582 7582  
  7583 + //to get the body system highlighted on view change. commented the below line
7583 7584 // $rootScope.isHighlightBodyByBodySystem = false;
7584 7585  
7585 7586 //Remove the search list and then Repopulate it on change of View
... ...