зеркало из https://github.com/nextcloud/news.git
debug
This commit is contained in:
Родитель
109854e05c
Коммит
e996b1e904
|
@ -2859,16 +2859,16 @@ app.directive('newsReadFile', function () {
|
|||
});
|
||||
};
|
||||
});
|
||||
app.directive('newsRefreshMasonry', ["$timeout", function ($timeout) {
|
||||
app.directive('newsRefreshMasonry', function () {
|
||||
'use strict';
|
||||
var refresh = function (elem) {
|
||||
$timeout(function () {
|
||||
|
||||
elem.parent().masonry({
|
||||
itemSelector: '.grid-item',
|
||||
gutter: 25,
|
||||
columnWidth: 300
|
||||
});
|
||||
});
|
||||
|
||||
};
|
||||
|
||||
return function (scope, elem) {
|
||||
|
@ -2876,7 +2876,7 @@ app.directive('newsRefreshMasonry', ["$timeout", function ($timeout) {
|
|||
refresh(elem);
|
||||
}
|
||||
};
|
||||
}]);
|
||||
});
|
||||
app.directive('newsScroll', ["$timeout", "ITEM_AUTO_PAGE_SIZE", "MARK_READ_TIMEOUT", "SCROLL_TIMEOUT", function ($timeout, ITEM_AUTO_PAGE_SIZE,
|
||||
MARK_READ_TIMEOUT, SCROLL_TIMEOUT) {
|
||||
'use strict';
|
||||
|
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
|
@ -7,16 +7,16 @@
|
|||
* @author Bernhard Posselt <dev@bernhard-posselt.com>
|
||||
* @copyright Bernhard Posselt 2014
|
||||
*/
|
||||
app.directive('newsRefreshMasonry', function ($timeout) {
|
||||
app.directive('newsRefreshMasonry', function () {
|
||||
'use strict';
|
||||
var refresh = function (elem) {
|
||||
$timeout(function () {
|
||||
|
||||
elem.parent().masonry({
|
||||
itemSelector: '.grid-item',
|
||||
gutter: 25,
|
||||
columnWidth: 300
|
||||
});
|
||||
});
|
||||
|
||||
};
|
||||
|
||||
return function (scope, elem) {
|
||||
|
|
|
@ -31,7 +31,7 @@ describe('ExploreController', function () {
|
|||
scope = $rootScope.$new();
|
||||
sites = {
|
||||
data: [
|
||||
|
||||
|
||||
]
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче