Commit f224f941d202483af3fa29306823ce91c5f905da
1 parent
00de6fce
issue is fixed
Showing
1 changed file
with
4 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
@@ -1914,6 +1914,10 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo | @@ -1914,6 +1914,10 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo | ||
1914 | console.log('just after highLightBody call'); | 1914 | console.log('just after highLightBody call'); |
1915 | 1915 | ||
1916 | } | 1916 | } |
1917 | + else { | ||
1918 | + $rootScope.isLoading = false; | ||
1919 | + $('#spinner').css('visibility', 'hidden'); | ||
1920 | + } | ||
1917 | } | 1921 | } |
1918 | else { | 1922 | else { |
1919 | $rootScope.isLoading = false; | 1923 | $rootScope.isLoading = false; |