From f818d328b20330f446fc6956f9608a1004bcb7c8 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 24 Apr 2017 15:49:55 +0530 Subject: [PATCH] Commit Changes --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js index b6d5d18..1398358 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js @@ -467,13 +467,14 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout }); } }); - + $('table > #ListViewDiv > #searchItem').remove(); //Show Error Message in case of gridview if no data is found if ($scope.searchCIListViewData.length == 0) { var $el = $('
No illustration found for the selected search criteria!
').appendTo('#grid-view'); $compile($el)($scope); - $('table > #ListViewDiv > #searchItem td').remove(); - $('#ListViewDiv').append('No illustration found for the selected search criteria!'); + $('table > #ListViewDiv > #searchItem').remove(); + + $('#ListViewDiv').append('No illustration found for the selected search criteria!'); } }, function (error) { -- libgit2 0.21.4