From ad701076c12795609d0c6ae0cb9b40a001726dea Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 15 Sep 2014 15:37:43 +0200 Subject: add pull to refresh --- js/directive/NewsTimeout.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'js/directive/NewsTimeout.js') diff --git a/js/directive/NewsTimeout.js b/js/directive/NewsTimeout.js index 2d88f4363..43c6290a3 100644 --- a/js/directive/NewsTimeout.js +++ b/js/directive/NewsTimeout.js @@ -25,7 +25,8 @@ app.directive('newsTimeout', function ($timeout, $rootScope) { $timeout.cancel(timer); }); - // route change also triggers the timeout + // also delete the entry if undo is ignored and the url + // is changed $rootScope.$on('$locationChangeStart', function () { element.remove(); }); -- cgit v1.2.3