Commit 3c58ab071d64c564cb44e6ab37f98410f2285fb2

Authored by Mukul Rajput
1 parent 1d126740

this is bug 22554 Clinical Animation > Settings gets close when click on the Apply button.

400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js
... ... @@ -53,7 +53,8 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout
53 53 $scope.CAAllBodySystem = BodySystems;
54 54 $scope.CAAllSpeciality = MedicalSpecialties;
55 55 $scope.scroll();
56   -
  56 + //push the details of open module in array $rootScope.openModules
  57 + $rootScope.openModules.push({ "ModuleId": 5 });
57 58 //set the local storage
58 59  
59 60 var curtab = $rootScope.getLocalStorageValue("currentCATabView");
... ...