how can i get the data from the textbox in the given example
<table border=1>
<tbody ng-repeat="group in groups">
<tr>
<td colspan="2">{{group.name}}</td>
</tr>
<tr>
<th>Name</th>
<th>Gender</th>
</tr>
<tr ng-repeat="member in group.members">
<td><input type="text" ng-model="member.name" /></td>
<td><input type="text" ng-model="member.gender" /></td>
</tr>
</tbody>
<tr>
<td>
<input type="button" ng-click="getDetailssample();" />
</td>
</tr>
</table>
--
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.