I use two nearly identical scripts, calling data with the same angular-script - but while the first is working fine (calling 100 by 100 of datasets), the other just calls once.
I tried any given parameters, tried different infinite-scroll-distance-values but nothing changes. After one call, theres no second call.
I got the same problem that it needs to scroll to top to load again and reverted to 1.2.0 and it works with no other changes. is there any suggestions how to get around this problem on 1.3.0? I can't revert it as it's using company wide.
I use two nearly identical scripts, calling data with the same angular-script - but while the first is working fine (calling 100 by 100 of datasets), the other just calls once.
I tried any given parameters, tried different infinite-scroll-distance-values but nothing changes. After one call, theres no second call.
jquery is loaded before angular.
`
Only difference to the other working script is, that I call this in a frameset (problems with window.height?).
yep, +1 here
+1, have to go back at the top of the page and go down again to make it work
reverted to
1.2.2
and it works fine againI got the same problem that it needs to scroll to top to load again and reverted to 1.2.0 and it works with no other changes. is there any suggestions how to get around this problem on 1.3.0? I can't revert it as it's using company wide.