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