summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-01-23 11:52:54 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-01-23 11:53:03 +0100
commit5adeba1a560985173974c9ac98c624093055d669 (patch)
tree8b28f6770f590e674efc1fa2783ea1ad837cb295 /templates
parent04e1c465fb2969d0b138a02787718db495f261db (diff)
fix #715
Diffstat (limited to 'templates')
-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 90925f5fa..6454adb4e 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -9,7 +9,7 @@
news-compact-expand="{{ Content.isCompactExpand() }}">
<div class="pull-to-refresh" ng-class="{
'show-pull-to-refresh': showPullToRefresh
- }">
+ }" news-finished-transition="done">
<button ng-click="Content.refresh()">
<?php p($l->t('Refresh')) ?> (r)
</button>