From df8f6b5fee643c5b2af8e8d33a7865e898518485 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 14 Sep 2013 02:22:36 +0200 Subject: implement pull to refresh, fix #44 --- templates/main.php | 1 + templates/part.items.php | 2 ++ 2 files changed, 3 insertions(+) (limited to 'templates') diff --git a/templates/main.php b/templates/main.php index e0722a91d..80cf5eb86 100644 --- a/templates/main.php +++ b/templates/main.php @@ -61,6 +61,7 @@ if($version[0] > 5 || ($version[0] >= 5 && $version[1] >= 80)) { ng-show="initialized && !feedBusinessLayer.noFeeds()" news-item-scroll="true" item-shortcuts + news-pull-to-refresh="loadNew()" tabindex="-1"> inc("part.items")); ?> diff --git a/templates/part.items.php b/templates/part.items.php index 9a067cf6e..a0c0c3cc4 100644 --- a/templates/part.items.php +++ b/templates/part.items.php @@ -1,3 +1,5 @@ +
+