Commit 6c80688f54483d58e35403e05dc7323446fcac40

Authored by Amrita Vishnoi
2 parents 7cdeb19c e0d22427

Merge branch 'DisableUI_2' into Develop

400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... ... @@ -1831,6 +1831,12 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l
1831 1831 $scope.DisableUI();
1832 1832 $scope.highLightBody();
1833 1833 }
  1834 + else {
  1835 + $rootScope.isLoading = false;
  1836 + $('#spinner').css('visibility', 'hidden');
  1837 + //debugger;
  1838 + $scope.EnableUI();
  1839 + }
1834 1840 }
1835 1841 else {
1836 1842 $rootScope.isLoading = false;
... ...