Commit 3aadf8e4435de2c8a0d4818d61a4117e66fb4a54

Authored by Nikita Kulshreshtha
1 parent d58e51ae

added wait cursor

400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js
... ... @@ -198,7 +198,7 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout
198 198  
199 199 //});
200 200  
201   - $timeout(function () { $('#ciSpinner').css('visibility', 'hidden'); }, 200);
  201 + $timeout(function () { $('#ciSpinner').css('visibility', 'hidden'); }, 300);
202 202 },
203 203 function (error) {
204 204 // handle errors here
... ...
400-SOURCECODE/AIAHTML5.Web/app/views/ci/ci-view.html
... ... @@ -180,6 +180,9 @@
180 180 </div>
181 181 </div>
182 182 </div>
  183 + <div id="ciSpinner" class="spinner" ng-show="isLoading" style="visibility:hidden">
  184 + <img id="img-spinner" src="content/images/common/loading.gif" alt="Loading" />
  185 + </div>
183 186 </div>
184 187  
185 188  
... ...