Change row selection using arrows in ng-repeat
In this post we will implement row selection in ng-repeat using arrow keys.Earlier we had implement row selection in ng-repeat where when the user clicks on a row it gets highlighted. In this post we will go one step ahead and allow the user to change row selection using arrow keys. In case you are […]