summaryrefslogtreecommitdiffstats
path: root/templates/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.php')
-rw-r--r--templates/index.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/index.php b/templates/index.php
index d68818f80..2abd289ed 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -91,7 +91,10 @@ if (defined('DEBUG') && DEBUG === true) {
tabindex="-1"
news-pull-to-refresh="showPullToRefresh">
<div id="app-content-wrapper"
- ng-class="{'autopaging': App.loading.isLoading('autopaging')}"
+ ng-class="{
+ 'autopaging': App.loading.isLoading('autopaging'),
+ 'finished-auto-paging': Content.isNothingMoreToAutoPage
+ }"
ng-hide="App.loading.isLoading('global')"
ng-view
news-scroll="#app-content"