summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-15 15:37:43 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-15 15:37:43 +0200
commitad701076c12795609d0c6ae0cb9b40a001726dea (patch)
treeb62e13494391520956add5f783e994a7c4aa0f34 /templates
parentce118f2a97d49d218afed33ef7029ce09b95c044 (diff)
add pull to refresh
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/index.php b/templates/index.php
index c1cbd8d59..4e40cfc04 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -55,7 +55,8 @@ if($version[0] > 7 && $version[1] <= 8) {
'loading-content': App.loading.isLoading('content') && !App.loading.isLoading('global'),
'first-run': App.isFirstRun()
}"
- tabindex="-1">
+ tabindex="-1"
+ news-pull-to-refresh>
<div id="app-content-wrapper"
ng-class="{'autopaging': App.loading.isLoading('autopaging')}"
ng-hide="App.loading.isLoading('global')"