summaryrefslogtreecommitdiffstats
path: root/templates/part.content.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-19 19:39:59 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-19 19:39:59 +0100
commitc8b8ee69d143c2c0a74182e90e01da5d64a42cc6 (patch)
tree2e2f80c5caee1babdb8eb708066817ae31d57ccf /templates/part.content.php
parentd630b2cf818c8f381833e563909d1b6d052bbda9 (diff)
fix #134
Diffstat (limited to 'templates/part.content.php')
-rw-r--r--templates/part.content.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index f4a4a99b2..23fb17199 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -13,7 +13,7 @@
<?php p($l->t('Refresh')) ?> (r)
</button>
</div>
- <div ng-if="Content.getItems().length == 0" class="no-feeds-available">
+ <div ng-show="Content.getItems().length == 0" class="no-feeds-available">
<p ng-show="Content.isShowAll()"><?php p($l->t('No articles available')) ?></p>
<p ng-show="!Content.isShowAll()"><?php p($l->t('No unread articles available')) ?></p>
</div>