Display message when no apps are present
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
</div>
|
||||
|
||||
<div ng-show="loadStatus == LOADED" class="row">
|
||||
<div ng-show="!apps.length" class="text-center">
|
||||
<h2>No apps</h2>
|
||||
</div>
|
||||
<div class="col-lg-3 list-group-item" ng-repeat="app in apps">
|
||||
<div>{{ app.title }}</div>
|
||||
<div>{{ app.author }}</div>
|
||||
|
||||
Reference in New Issue
Block a user