summaryrefslogtreecommitdiffstats
path: root/templates/part.items.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-03-27 12:50:48 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-03-27 12:50:48 +0100
commit2ad09d158bcc8af4e756f42b06baab9ad0186239 (patch)
treedeb1952e428e3f32ce729688b1079808960ccfac /templates/part.items.php
parent03e4ec51b3444be4f0bdc324370c3416aa7d64c0 (diff)
order by id instead of pubdate to be consistent
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 1afc91bb4..5ff6fa534 100644
--- a/templates/part.items.php
+++ b/templates/part.items.php
@@ -1,6 +1,6 @@
<ul>
<li class="feed_item"
- ng-repeat="item in items | orderBy:'date':true "
+ ng-repeat="item in items | orderBy:'id':true "
ng-class="{read: item.isRead}"
data-id="{{item.id}}"
data-feed="{{item.feedId}}">