Basically I'm working in a chat web application.
It should work pretty similar to the gchat. I mean, if the srollbar is at the middle of the div, it should show an alert saying you have a new message. If the scrollbar is at the bottom it should show directly the new message.
So my main issue, is how can I know where if the scrollbar from angular.
Any clues?