I have one form which contains three input fields with their own Find button which fetches the different data based on the input. As of now all the buttons have input type="button" and they work on the click.
Users expect that on pressing enter button on keyboard, respective find should be called. That means if they have entered some text in field 1, it should trigger find of button1. not sure how to handle this using angularjs
Any thoughts on this will really help me.