summaryrefslogtreecommitdiffstats
path: root/js/build/app.js
diff options
context:
space:
mode:
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);
}