Commit 3b2edf77764332c234f1aeb1501d6e6c742289ce
1 parent
738debc2
DA> Loader keeps on loading
Showing
1 changed file
with
2 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
@@ -2694,7 +2694,8 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo | @@ -2694,7 +2694,8 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo | ||
2694 | 2694 | ||
2695 | } | 2695 | } |
2696 | $scope.LayerChange(); | 2696 | $scope.LayerChange(); |
2697 | - | 2697 | + $rootScope.isLoading = false; |
2698 | + $('#spinner').css('visibility', 'hidden'); | ||
2698 | } | 2699 | } |
2699 | 2700 | ||
2700 | 2701 |