summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-03-23 16:18:43 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-03-23 16:18:43 +0100
commitecc4a533ccf0c56527b4aaaa94a22a0dddf29fa2 (patch)
tree72955c4a30595c4a8f20fbb1672c441a553df4f1 /templates/main.php
parentd65fa8090469286396342ff2299b58b79d83f8f3 (diff)
use all articles if active feed is null
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main.php b/templates/main.php
index 422259c64..9690e3cbe 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -47,7 +47,7 @@
</div>
- <div id="right-content" ng-class="{loading: loading.loading>0}"
+ <div id="right-content" ng-class="{loading: isLoading()}"
ng-controller="ItemController" when-scrolled="scroll()" feed-navigation>
<?php print_unescaped($this->inc("part.items")); ?>
</div>