There is a list generated using ng-repeat along with two buttons for moving up or down. Users have the option to select any item from the list and utilize the buttons to navigate through it.
However, when I lower the selected item using the "go down" button, the scroll bar remains in a fixed position, causing the selected item to be out of view.
My goal is to automatically adjust the scroll position when the selected item is no longer visible.