From 3c58ab071d64c564cb44e6ab37f98410f2285fb2 Mon Sep 17 00:00:00 2001 From: Mukul Date: Tue, 19 Sep 2017 13:10:05 +0530 Subject: [PATCH] this is bug 22554 Clinical Animation > Settings gets close when click on the Apply button. --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js index 5e7d6b1..d9a31bc 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js @@ -53,7 +53,8 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout $scope.CAAllBodySystem = BodySystems; $scope.CAAllSpeciality = MedicalSpecialties; $scope.scroll(); - + //push the details of open module in array $rootScope.openModules + $rootScope.openModules.push({ "ModuleId": 5 }); //set the local storage var curtab = $rootScope.getLocalStorageValue("currentCATabView"); -- libgit2 0.21.4