Ensure busy states are reflected in the ui
This commit is contained in:
@@ -9,7 +9,13 @@
|
||||
<h2><i class="fa fa-circle-notch fa-spin"></i></h2>
|
||||
</div>
|
||||
|
||||
<div ng-hide="notifications.notifications.length" class="text-center">All Caught Up!</div>
|
||||
<div class="card" ng-hide="notifications.busy || notifications.notifications.length">
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<h3 class="text-center" style="margin: 20px;">All Caught Up!</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card notification-item" ng-repeat="notification in notifications.notifications">
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user