summaryrefslogtreecommitdiffstats
path: root/templates/part.items.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-03-26 19:30:27 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-03-26 19:30:27 +0100
commitf7c819938067fb6a81822f26943a5c136643a1f7 (patch)
treeaa6663df5cce7a7bbb46aad728df033706d88991 /templates/part.items.php
parenteff408710b708a44cf3869599985fd8246c0400b (diff)
viewing the first 20 items is now possible
Diffstat (limited to 'templates/part.items.php')
-rw-r--r--templates/part.items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.items.php b/templates/part.items.php
index 9bc3206ca..6ca0a1280 100644
--- a/templates/part.items.php
+++ b/templates/part.items.php
@@ -1,6 +1,6 @@
<ul>
<li class="feed_item"
- ng-repeat="item in getItems(activeFeed.type, activeFeed.id) | orderBy:'date':true "
+ ng-repeat="item in items | orderBy:'date':true "
ng-class="{read: item.isRead}"
data-id="{{item.id}}"
data-feed="{{item.feedId}}">