summaryrefslogtreecommitdiffstats
path: root/templates/part.content.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-11 21:11:42 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-11 21:11:42 +0200
commit3e313821cf21e6443ab1b75336c8c510d758fa43 (patch)
tree0c2533226308322030548d11de107179288ebe77 /templates/part.content.php
parentf3091d84e14537a42334e66ea6588cf2b83f9ab6 (diff)
fix autofocus
Diffstat (limited to 'templates/part.content.php')
-rw-r--r--templates/part.content.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index c0e54def1..c7398a2df 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -2,7 +2,7 @@
<h1><?php p($l->t('Welcome to the ownCloud News app!')) ?></h1>
</div>
-<div ng-if="!App.isFirstRun()">
+<div ng-if="!App.isFirstRun()" news-auto-focus="#app-content">
<ul>
<li class="item {{ Content.getFeed(item.feedId).cssClass }}"
ng-repeat="item in Content.getItems() | orderBy:[Content.orderBy()] track by item.id"