
An AngularJs directive that automatically scrolls to the bottom of an element on changes in it's scope.
If you’re working on an AngularJS application and need a seamless way to ensure your chat or message window automatically scrolls to the bottom when new content is added, the Angular Scroll Glue directive is an invaluable tool. It’s a lightweight, easy-to-integrate directive designed specifically for this purpose, making it perfect for applications where real-time updates are essential, such as chat apps or notification systems.
The beauty of Angular Scroll Glue lies in its simplicity and effectiveness. It listens to changes in the Angular scope and manages the scrolling behavior, providing a smooth user experience without the need for manual intervention. With an emphasis on maintaining backward compatibility, this directive is both reliable and versatile for developers looking to enhance their UI.

Angular is a TypeScript-based open-source framework by Google for building dynamic single-page applications and cross-platform mobile apps with MVC architecture and a rich set of features.