Add spin.js-based throbber for all loading
This commit is contained in:
parent
ee41f79bcc
commit
76d9cbc14f
8 changed files with 90 additions and 23 deletions
|
@ -1,4 +1,8 @@
|
|||
<div class="container">
|
||||
<div class="loading" ng-show="loading">
|
||||
<div class="spin"></div>
|
||||
</div>
|
||||
|
||||
<div class="container" ng-show="!loading">
|
||||
<h3>Repositories</h3>
|
||||
<div class="repo-listing" ng-repeat="repository in repositories">
|
||||
<i class="icon-hdd icon-large"></i>
|
||||
|
|
Reference in a new issue