summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-16 15:43:42 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-16 15:43:42 +0200
commita412194653eb2ba102a678357f5e6351343b8671 (patch)
tree65729b0d4725a33f9797444ae56bd3f016ed6a00 /templates/main.php
parentc20b6d34c73c0bcc697e0d6d62403f57f3f3f5f2 (diff)
implement autopaging and proper loading symbols fix #45 and #26
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>