Not sure if this is what you are looking for?
<td>{{ room.roomname }}</td>
<td>
<input type="button" value="Edit"
ng-click="updateroom(room.roomid)" class="btn btn-primary" />
<input type="button" value="Delete"
ng-click="deleteroom(room.roomid)" class="btn btn-primary" />
</td>
On Friday, April 15, 2016 at 9:40:53 PM UTC-7, Enrique del Bosque wrote:
>
> I have a table with some rows (ng-repeat), each row has a button and a
> select box, when button is triggered a GET service populates the select
> box, any one knows how to restrain the call to the row that was operated by
> the user?
>
--
You received this message because you are subscribed to the Google Groups
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.