summaryrefslogtreecommitdiffstats
path: root/js/build/app.js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-01-21 23:15:04 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-01-21 23:15:04 +0100
commit42307f74bbf00e61a0d8bf15a52ae22da622c9db (patch)
tree23e48009d1bd2682c55b2b7f93d83f695045ff55 /js/build/app.js
parentfca0ea00358dfe548aab05dd4fd4bc2de2ed61f1 (diff)
debugging
Diffstat (limited to 'js/build/app.js')
-rw-r--r--js/build/app.js2
1 files changed, 2 insertions, 0 deletions
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);
}