From e0d22427a5c20bb91d83a5d1a815ccb2cd580f2b Mon Sep 17 00:00:00 2001 From: nikita Date: Fri, 1 Dec 2017 18:08:46 +0530 Subject: [PATCH] sometimes the view is not enabled after draw so introduced a code --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index 786ed1b..654aad2 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -1831,6 +1831,12 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l $scope.DisableUI(); $scope.highLightBody(); } + else { + $rootScope.isLoading = false; + $('#spinner').css('visibility', 'hidden'); + //debugger; + $scope.EnableUI(); + } } else { $rootScope.isLoading = false; -- libgit2 0.21.4