Fixed infinite loading bug
This commit is contained in:
parent
2e9e736bdd
commit
435615cc43
@ -312,7 +312,9 @@ angular.module('myApp.directives', ['myApp.filters'])
|
|||||||
moreNotified = false;
|
moreNotified = false;
|
||||||
|
|
||||||
$timeout(function () {
|
$timeout(function () {
|
||||||
$(scrollableWrap).trigger('scroll');
|
if (scrollableWrap.scrollHeight != sh) {
|
||||||
|
$(scrollableWrap).trigger('scroll');
|
||||||
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user