summaryrefslogtreecommitdiffstats
path: root/js/build/app.js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-01-21 23:17:07 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-01-21 23:17:07 +0100
commit988603ed7b70489be90a3a9491c4c7e1c5a790e8 (patch)
treec4af980dc49b183cd204508ac066467564166234 /js/build/app.js
parent42307f74bbf00e61a0d8bf15a52ae22da622c9db (diff)
debug
Diffstat (limited to 'js/build/app.js')
-rw-r--r--js/build/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/build/app.js b/js/build/app.js
index 1f440db7d..50283444f 100644
--- a/js/build/app.js
+++ b/js/build/app.js
@@ -2874,6 +2874,7 @@ app.directive('newsRefreshMasonry', ["$timeout", function ($timeout) {
return function (scope, elem) {
console.log('loading');
+ console.log(scope);
if (scope.$last) {
refresh(elem);
}