summaryrefslogtreecommitdiffstats
path: root/js/build/app.js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-01-21 23:18:40 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-01-21 23:18:40 +0100
commite5083a44186c77faf473303d3981f834e5d4f0f0 (patch)
treefe2dfe2630b104022af9cc3a97e0756b63826d43 /js/build/app.js
parent988603ed7b70489be90a3a9491c4c7e1c5a790e8 (diff)
debug
Diffstat (limited to 'js/build/app.js')
-rw-r--r--js/build/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/build/app.js b/js/build/app.js
index 50283444f..f3d0d36bd 100644
--- a/js/build/app.js
+++ b/js/build/app.js
@@ -2875,7 +2875,7 @@ app.directive('newsRefreshMasonry', ["$timeout", function ($timeout) {
return function (scope, elem) {
console.log('loading');
console.log(scope);
- if (scope.$last) {
+ if (scope.$parent.$last) {
refresh(elem);
}
};