зеркало из https://github.com/nextcloud/news.git
debug
This commit is contained in:
Родитель
9ba46b4b8a
Коммит
1ee7b86ab4
|
@ -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();
|
||||
}
|
||||
|
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
|
@ -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();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче