From 42307f74bbf00e61a0d8bf15a52ae22da622c9db Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 21 Jan 2016 23:15:04 +0100 Subject: debugging --- js/build/app.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'js/build/app.js') diff --git a/js/build/app.js b/js/build/app.js index 5ac2abd85..1f440db7d 100644 --- a/js/build/app.js +++ b/js/build/app.js @@ -2868,10 +2868,12 @@ app.directive('newsRefreshMasonry', ["$timeout", function ($timeout) { gutter: 25, columnWidth: 300 }); + console.log('bubb'); }); }; return function (scope, elem) { + console.log('loading'); if (scope.$last) { refresh(elem); } -- cgit v1.2.3