summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-16 13:19:28 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-16 15:23:12 +0200
commit8df6d36d49d89f3bb7186b36436606adb039b3f8 (patch)
tree2fbbe1e55995d0f9277557838a25f351e371540e /templates/main.php
parentefc118431b6afbb7cc1df887e11195d8c7e761a7 (diff)
move instantiation into file where object is declared, fix unittests that overwrote services for all unittests and caused them to fail
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 d0d82248a..6090ecb9f 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -39,7 +39,7 @@
<div id="app-content" ng-class="{loading: isLoading()}"
ng-controller="ItemController"
- scroll-marks-read
+ news-item-scroll
item-shortcuts>
<?php print_unescaped($this->inc("part.items")); ?>
</div>