summaryrefslogtreecommitdiffstats
path: root/templates/part.navigation.feed.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-18 13:13:37 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-18 13:13:37 +0100
commit9e3da07325e6ff6a0218d5de3059f38fd8ab943d (patch)
treedcbd2c0d43f2e919f191ec1d9ae88d6598a6b4ab /templates/part.navigation.feed.php
parentf48dfca6a36476777a754cc0c6b664e54cfd6341 (diff)
fix #368
Diffstat (limited to 'templates/part.navigation.feed.php')
-rw-r--r--templates/part.navigation.feed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.navigation.feed.php b/templates/part.navigation.feed.php
index fd83576db..4d2a1992d 100644
--- a/templates/part.navigation.feed.php
+++ b/templates/part.navigation.feed.php
@@ -3,7 +3,7 @@
unread: Navigation.getFeedUnreadCount(feed.id) > 0
}"
ng-repeat="feed in Navigation.getFeedsOfFolder(<?php p($_['folderId']); ?>)
- | orderBy:'id':true track by feed.url"
+ | orderBy:'title.toLowerCase()' track by feed.url"
ng-show="Navigation.getFeedUnreadCount(feed.id) > 0
|| Navigation.isShowAll()
|| Navigation.isFeedActive(feed.id)