asafdav / ng-scrollbar

A custom scrollbar written in pure AngularJS
MIT License
187 stars 70 forks source link

Keep the scrollbar at the bottom when rebuilding #54

Open BonzoBonzo opened 8 years ago

BonzoBonzo commented 8 years ago

For scrollbars with the 'bottom' attribute, this will keep the dragger at the bottom after rebuilding the scrollbar, unless the user has scrolled up. This is useful for chat logs that should stick to the bottom unless the user has scrolled up to read previous messages.

labago commented 8 years ago

Please merge this in, I need this fix