From a968244e6d40084e372d7e717d28c1f2bf9d01ea Mon Sep 17 00:00:00 2001 From: nikita Date: Thu, 19 Jan 2017 17:25:22 +0530 Subject: [PATCH] in extract, loader keeps on loding- fixed. --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index d0780f7..2c9c634 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -7927,6 +7927,9 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo $rootScope.CanvasDivTopPosition = $("#canvasDiv").scrollTop(); $rootScope.CanvasDivLeftPosition = $("#canvasDiv").scrollLeft(); + $scope.isLoading = false; + $('#spinner').css('visibility', 'hidden'); + } -- libgit2 0.21.4