summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-18 18:29:41 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-18 18:29:41 +0200
commit4588f3def9aca6c1988e56528d12304c23e76f44 (patch)
treed5722e71f3d642290892a0ba26cf2f58ea898239 /templates
parent38e9b225983eaf5e365cacc6fefdde020e26fd0f (diff)
scroll timeout
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/index.php b/templates/index.php
index cb6a89bc1..958230ee0 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -56,6 +56,8 @@ style('news', [
ng-hide="App.loading.isLoading('global')"
ng-view
news-scroll="#app-content"
+ news-scroll-timeout="0.1"
+ news-scroll-mark-read-timeout="0.5"
news-scroll-enabled-mark-read="Content.markReadEnabled()"
news-scroll-auto-page="Content.autoPage()"
news-scroll-mark-read="Content.scrollRead(itemIds)"></div>