angularjs-scroll-glue
angularjs-scroll-glue copied to clipboard
An AngularJs directive that automatically scrolls to the bottom of an element on changes in it's scope.
Hello here. I'm trying to use this directive for my case, and it seems it doesn't work properly. I have scrollable div, with AJAX messages there. So, I expect, that...
Hi! I am coding a chat application using angular/ionic, although I am still pretty new. I cloned the file you have provided inside my "node_modules" folder using npm command you...
I'm searching a way to do what your directive do, but smoothly. Is this possible ?
i have included your directive in my application but dint work correctly on my explorer and mozila fire fox browsers. it even shows browser default scroller and it becomes 2...
If a user scrolls, say, a horizontal block to the middle, scroll glue is suspended (i.e. turned off). How can I programmatically, if I add new horizontal content to the...
this is sample http://plnkr.co/edit/xjLwBV7sJxKsEFSxS0sV?p=preview
when I'm trying to apply it on an item that shows up after a condition is satisfied, it doesn't scroll down to it.
Hi, I made scroll-glue work on body elements. In that case you've to register on the `window.onscroll` event. The calculation in `shouldActivateAutoScroll()` is a bit different to normal elements, too....
When I use a max-height css animation on a ng-repeat, the scroll-glue only scrolls to the height at the the first point in the animation. It would be nice if...