Commit 9339a58c58ff455c62d76de2fe626a3341eeb293
Merge branch 'Bug#10598' into Develop
Showing
1 changed file
with
4 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -1944,6 +1944,10 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
1944 | 1944 | console.log('just after highLightBody call'); |
1945 | 1945 | |
1946 | 1946 | } |
1947 | + else { | |
1948 | + $rootScope.isLoading = false; | |
1949 | + $('#spinner').css('visibility', 'hidden'); | |
1950 | + } | |
1947 | 1951 | } |
1948 | 1952 | else { |
1949 | 1953 | $rootScope.isLoading = false; | ... | ... |