summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-30 00:16:04 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-30 00:16:04 +0200
commit60acf1803950d7fcb297f60e8114139acfbe9350 (patch)
tree3e36156cf25c5e6c72c95f7b3a696bdf207f58c2 /templates/main.php
parent79032a17fb1f458aae723098ddc1a96c28daad05 (diff)
fix callbacks
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/main.php b/templates/main.php
index b8ba812bb..103c1dc76 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -47,9 +47,9 @@
ng-view
tabindex="-1"
news-scroll
- news-scroll-enabled-auto-page="Content.isAutoPaging()"
- news-scroll-enabled-mark-read="Content.isMarkRead()"
- news-scroll-auto-page="Content.autoPage()"
- news-scroll-mark-read="Content.scrollRead($itemIds)"></div>
+ news-scroll-enabled-auto-page="Content.autoPagingEnabled()"
+ news-scroll-enabled-mark-read="Content.markReadEnabled()"
+ news-scroll-auto-page="Content.autoPage"
+ news-scroll-mark-read="Content.scrollRead"></div>
</div>