From 6a8566fcfc3a279e3ed73ee3909673a361dea5f1 Mon Sep 17 00:00:00 2001 From: mitali Date: Thu, 5 Jan 2017 18:47:56 +0530 Subject: [PATCH] Bug #12388:Clinical Illustration > Double list are showing in List View in the below mention steps. Bug #12395:Clinical Animation > Double list are showing in List View in the below mention steps. --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js | 3 ++- 400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js index 4d15ed9..7d7ad78 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js @@ -58,9 +58,10 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout } else { $scope.setActiveTab(1); + $scope.reRunSearchOnLoad(); } - $scope.reRunSearchOnLoad(); + }); diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js index 15f0753..e2cfe4a 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js @@ -64,9 +64,10 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout } else { $scope.setActiveTab(1); + $scope.reRunSearchOnLoad(); } - $scope.reRunSearchOnLoad(); + }); -- libgit2 0.21.4