Commit f224f941d202483af3fa29306823ce91c5f905da

Authored by Nikita Kulshreshtha
1 parent 00de6fce

issue is fixed

400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... ... @@ -1914,6 +1914,10 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
1914 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 1922 else {
1919 1923 $rootScope.isLoading = false;
... ...