In this example , I am taking a table which is populated by angular people object and in each row there is a button , when user press a button respective row data will be displayed at below of table.
First Name Last Name {{person.firstName}} {{person.lastName}}
{{sayHello()}}
{{person1.firstName}} {{person1.lastName}}