From f224f941d202483af3fa29306823ce91c5f905da Mon Sep 17 00:00:00 2001 From: nikita Date: Mon, 12 Dec 2016 12:54:00 +0530 Subject: [PATCH] issue is fixed --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index cf77512..24f599e 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -1914,6 +1914,10 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo console.log('just after highLightBody call'); } + else { + $rootScope.isLoading = false; + $('#spinner').css('visibility', 'hidden'); + } } else { $rootScope.isLoading = false; -- libgit2 0.21.4