From 2aeeeee46a6fb40b6e8857e23162ca58ad9cb67b Mon Sep 17 00:00:00 2001 From: mitali Date: Tue, 17 Jan 2017 13:32:12 +0530 Subject: [PATCH] Earlier Merge Request #278 Bug #12233:Clinical Illustration > "Show All" button is not working. --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js | 2 +- 400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js index 7778607..3e6dfe2 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js @@ -238,7 +238,7 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout $('#ListViewDiv').scrollTop(0); - $scope.HideListViewDiv(); + $scope.hideListViewDiv(); while ($scope.searchCAListViewData.length) { diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js index 916f317..3334920 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js @@ -253,7 +253,7 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout $('#ListViewDiv').scrollTop(0); - $scope.HideListViewDiv(); + $scope.hideListViewDiv(); $scope.filterstring = false; while ($scope.searchCIListViewData.length) { -- libgit2 0.21.4