angularjs-scroll-glue
angularjs-scroll-glue copied to clipboard
Does not scroll to the bottom until scrollable dom is modified when scroll contrainer is hidden with ng-hide and then shown
For some reason the scroll-glue plugin does not work when the scroll container is hidden at page load and the scrollable content is loaded in with an async request post page render.
let me know if you have any more questions / i can help in any way
+1
+1
Jonnx: I'm not tested your issue, but you can try my today fix. I think it maybe can help: https://github.com/supersnager/angularjs-scroll-glue
I had similar problem, container was not scrolled to the bottom. @supersnager 's fix worked for me.
+1 @supersnager, thank you