summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-06-02 00:57:12 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-06-02 00:57:12 +0200
commit8601a2b83367627f3c0957f353b5a753dc1aa486 (patch)
treef0d8d7d0c9a42a446aa1fe48a3d16fb87727ece9 /templates
parent1280da30fcca91fa1a07db70271393d3c4876369 (diff)
reload with directive
Diffstat (limited to 'templates')
-rw-r--r--templates/part.feed.starred.php2
-rw-r--r--templates/part.feed.unread.php4
-rw-r--r--templates/part.listfeed.php3
-rw-r--r--templates/part.listfolder.php3
4 files changed, 5 insertions, 7 deletions
diff --git a/templates/part.feed.starred.php b/templates/part.feed.starred.php
index 69eae6e78..2cae5ced8 100644
--- a/templates/part.feed.starred.php
+++ b/templates/part.feed.starred.php
@@ -3,7 +3,7 @@
unread: Navigation.getStarredCount() > 0
}"
class="starred">
- <a class="starred-icon" ng-href="#/items/starred" news-route-reload>
+ <a class="starred-icon" ng-href="#/items/starred/">
<?php p($l->t('Starred')) ?>
</a>
<span class="utils">
diff --git a/templates/part.feed.unread.php b/templates/part.feed.unread.php
index d55eb258e..7381d68d7 100644
--- a/templates/part.feed.unread.php
+++ b/templates/part.feed.unread.php
@@ -3,11 +3,11 @@
unread: Navigation.getUnreadCount() > 0
}">
- <a class="rss-icon" ng-href="#/items" news-route-reload ng-if="!Navigation.isShowAll()">
+ <a class="rss-icon" ng-href="#/items/" ng-if="!Navigation.isShowAll()">
<?php p($l->t('Unread articles'))?>
</a>
- <a class="rss-icon" ng-href="#/items" news-route-reload ng-if="Navigation.isShowAll()">
+ <a class="rss-icon" ng-href="#/items/" ng-if="Navigation.isShowAll()">
<?php p($l->t('All articles'))?>
</a>
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index 6aecd720e..4024db31b 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -37,8 +37,7 @@
'problem-icon': feed.error
}"
ng-hide="feed.editing"
- ng-href="#/items/feeds/{{ feed.id }}"
- news-route-reload
+ ng-href="#/items/feeds/{{ feed.id }}/"
class="title"
title="{{ feed.title }}">
diff --git a/templates/part.listfolder.php b/templates/part.listfolder.php
index 874ef0a27..23f46c4ef 100644
--- a/templates/part.listfolder.php
+++ b/templates/part.listfolder.php
@@ -29,8 +29,7 @@
</button>
</div>
- <a ng-href="#/items/folders/{{ folder.id }}"
- news-route-reload
+ <a ng-href="#/items/folders/{{ folder.id }}/"
class="title folder-icon"
ng-hide="folder.editing"
ng-class="{