Commit 3aadf8e4435de2c8a0d4818d61a4117e66fb4a54
1 parent
d58e51ae
added wait cursor
Showing
2 changed files
with
4 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js
@@ -198,7 +198,7 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout | @@ -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 | function (error) { | 203 | function (error) { |
204 | // handle errors here | 204 | // handle errors here |
400-SOURCECODE/AIAHTML5.Web/app/views/ci/ci-view.html
@@ -180,6 +180,9 @@ | @@ -180,6 +180,9 @@ | ||
180 | </div> | 180 | </div> |
181 | </div> | 181 | </div> |
182 | </div> | 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 | </div> | 186 | </div> |
184 | 187 | ||
185 | 188 |