summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/main.php b/templates/main.php
index 6090ecb9f..28ee2649c 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -37,7 +37,10 @@
</div>
- <div id="app-content" ng-class="{loading: isLoading()}"
+ <div id="app-content" ng-class="{
+ loading: isLoading(),
+ autopaging: isAutoPaging()
+ }"
ng-controller="ItemController"
news-item-scroll
item-shortcuts>