Display message when no apps are present

This commit is contained in:
Girish Ramakrishnan
2014-05-21 22:06:33 -07:00
parent 06aecf6217
commit d6e314ebf7
+3
View File
@@ -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>