summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/main.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/main.php b/templates/main.php
index f2a788243..232a00336 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -21,7 +21,7 @@
?>
-<div id="app" ng-app="News">
+<div id="app" ng-app="News" ng-cloak>
<div id="undo-container">
<div undo-notification id="undo">
<a href="#"><?php p($l->t('Undo deletion of %s', '{{ getCaption() }}')); ?></a>
@@ -49,11 +49,11 @@
loading: isLoading(),
autopaging: isAutoPaging()
}"
- ng-controller="ItemController"
+ ng-controller="ItemController"
news-item-scroll
item-shortcuts
tabindex="-1">
<?php print_unescaped($this->inc("part.items")); ?>
</div>
-
+
</div>