angular-ui / ui-scroll

Unlimited bidirectional scrolling over a limited element buffer for AngularJS applications
http://angular-ui.github.io/ui-scroll/demo/
MIT License
327 stars 107 forks source link

While TopVisible is useful there is no way to read the BottomVisible #142

Closed Jerczu closed 7 years ago

Jerczu commented 7 years ago

I wrote a chat that is scrolled from the bottom to the top it's kinda important being able to determine what message is at the very bottom of the ui.

dhilt commented 7 years ago

@Jerczu The feature you requsted has been implemented in the bottomVisible experimental branch. The next properties are available on the Adapter:

The branch also includes a feature demo where you can see it in action.

Could you please take a look at this and say that this is what you need? while we are testing it on our side...

Jerczu commented 7 years ago

AMAZING!!! Thanks a lot! The ui-scroll is a life saver! I owe you a 🍺

dhilt commented 7 years ago

@Jerczu Thanks! this will be included in the next release, I guess, v1.6.2.

dhilt commented 7 years ago

The code is in 'master' and waitong for v1.6.2 release.