1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-04-09 19:15:42 +02:00
This commit is contained in:
Bernhard Posselt 2016-01-21 23:23:33 +01:00
parent 9ba46b4b8a
commit 1ee7b86ab4
4 changed files with 2 additions and 8 deletions

View File

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

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,13 +16,10 @@ app.directive('newsRefreshMasonry', function ($timeout) {
gutter: 25,
columnWidth: 300
});
console.log('bubb');
});
};
return function (scope) {
console.log('loading');
console.log(scope);
if (scope.$last) {
refresh();
}