summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-15 18:11:38 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-15 18:11:38 +0200
commit94e82411f7def5b3f79df43eb0279142cea19f1e (patch)
treef352530c4689644dcf58c8fcf8a42dc8b0c6fa2c /templates/main.php
parentc171e9e381e6d7af9c2dd44ff82f9fef381a2e1a (diff)
fix unittest breakage errors in firefox and phantomjs, bump build tools
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/main.php b/templates/main.php
index 8d1e898de..d0d82248a 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -38,7 +38,9 @@
</div>
<div id="app-content" ng-class="{loading: isLoading()}"
- ng-controller="ItemController" when-scrolled="scroll()" feed-navigation>
+ ng-controller="ItemController"
+ scroll-marks-read
+ item-shortcuts>
<?php print_unescaped($this->inc("part.items")); ?>
</div>