I have create a scroll-able Angular table and have implemented the content navigation when pressing the up and down keys in order to let the users navigate easily through the results even though the rows get selected the inner content area with the results isn't scrolling.
How can I scroll the inner container as I go up or down, I have created sample plunker to demonstrate the error.
Sample plunker