1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-04-09 19:15:42 +02:00

debugging

This commit is contained in:
Bernhard Posselt 2016-01-21 23:15:04 +01:00
parent fca0ea0035
commit 42307f74bb
4 changed files with 6 additions and 2 deletions

View File

@ -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);
}

2
js/build/app.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -16,10 +16,12 @@ app.directive('newsRefreshMasonry', function ($timeout) {
gutter: 25,
columnWidth: 300
});
console.log('bubb');
});
};
return function (scope, elem) {
console.log('loading');
if (scope.$last) {
refresh(elem);
}