Skip to content

Commit

Permalink
Change spinner UI to avoid screen flickering
Browse files Browse the repository at this point in the history
  • Loading branch information
pkozlowski-opensource committed Sep 29, 2012
1 parent 6180fa5 commit 41585b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Binary file added assets/img/spinner.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions src/app/header.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<ul class="nav pull-right">
<li class="divider-vertical"></li>
<li><a href="#">{{security.getUser().login}}</a></li>
<li class="divider-vertical"></li>
<li><a href="#"><img src="static/img/spinner.gif" ng-show="hasPendingRequests()"></a></li>
</ul>
</div>
<div>
Expand All @@ -24,7 +26,4 @@
<div class="alert alert-error" ng-show="routeChangeError">
{{routeChangeError}}
</div>
<div class="progress progress-striped active" ng-show="hasPendingRequests()">
<div class="bar" style="width: 100%;"></div>
</div>
</div>

0 comments on commit 41585b6

Please sign in to comment.