From e5083a44186c77faf473303d3981f834e5d4f0f0 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 21 Jan 2016 23:18:40 +0100 Subject: debug --- js/directive/NewsRefreshMasonry.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/directive') diff --git a/js/directive/NewsRefreshMasonry.js b/js/directive/NewsRefreshMasonry.js index 07daa6ea2..8981c8d76 100644 --- a/js/directive/NewsRefreshMasonry.js +++ b/js/directive/NewsRefreshMasonry.js @@ -23,7 +23,7 @@ app.directive('newsRefreshMasonry', function ($timeout) { return function (scope, elem) { console.log('loading'); console.log(scope); - if (scope.$last) { + if (scope.$parent.$last) { refresh(elem); } }; -- cgit v1.2.3