summaryrefslogtreecommitdiffstats
path: root/templates/part.listfeed.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-15 21:12:46 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-15 21:12:46 +0200
commit35ba857da23ccd7cd04d246d2a5f29269a5ccfdf (patch)
treef5aa712758f1eb27164e7d34021fd21e301b07aa /templates/part.listfeed.php
parent2ce1a03bca9441d5058ad464620a08af513d50d0 (diff)
always display new feeds and folders at the top when theyre being added
Diffstat (limited to 'templates/part.listfeed.php')
-rw-r--r--templates/part.listfeed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index 550b437fd..6ab8751ad 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -3,7 +3,7 @@
unread: feedBusinessLayer.getUnreadCount(feed.id) > 0,
failed: feed.error
}"
- ng-repeat="feed in feedBusinessLayer.getFeedsOfFolder(<?php p($_['folderId']); ?>)"
+ ng-repeat="feed in feedBusinessLayer.getFeedsOfFolder(<?php p($_['folderId']); ?>) | orderBy:'id':true"
ng-show="feedBusinessLayer.isVisible(feed.id) || !feed.id"
data-id="{{ feed.id }}"
class="feed"