Commit 6a8566fcfc3a279e3ed73ee3909673a361dea5f1

Authored by Mitali Srivastava
1 parent 414afdff

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
@@ -58,9 +58,10 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout @@ -58,9 +58,10 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout
58 } 58 }
59 else { 59 else {
60 $scope.setActiveTab(1); 60 $scope.setActiveTab(1);
  61 + $scope.reRunSearchOnLoad();
61 } 62 }
62 63
63 - $scope.reRunSearchOnLoad(); 64 +
64 65
65 }); 66 });
66 67
400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js
@@ -64,9 +64,10 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout @@ -64,9 +64,10 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout
64 } 64 }
65 else { 65 else {
66 $scope.setActiveTab(1); 66 $scope.setActiveTab(1);
  67 + $scope.reRunSearchOnLoad();
67 } 68 }
68 69
69 - $scope.reRunSearchOnLoad(); 70 +
70 71
71 }); 72 });
72 73