summaryrefslogtreecommitdiffstats
path: root/templates/part.listfeed.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-05 11:38:12 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-05 11:38:12 +0200
commit54a67849bd6fe0608c9940bfa1b87b24c07ba41e (patch)
treefeda2c2843402019808d6da4d6a4d77666394d47 /templates/part.listfeed.php
parentf8451ca565c07cfe42d5cf5a9d3d02cba4f2d773 (diff)
brought back feeds and folders
Diffstat (limited to 'templates/part.listfeed.php')
-rw-r--r--templates/part.listfeed.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index 84b99ddee..a9d91718f 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -1,9 +1,9 @@
<li ng-class="{
active: feedBl.isActive(feed.id),
- unread: feedBl.getUnreadCount(feed.id) != 0
+ unread: feedBl.getUnreadCount(feed.id) > 0
}"
ng-repeat="feed in feedBl.getFeedsOfFolder(<?php p($_['folderId']); ?>)"
- ng-show="feedBl.isShown(feed.id)"
+ ng-show="feedBl.isVisible(feed.id)"
data-id="{{ feed.id }}"
class="feed"
draggable>