<tr ng-repeat = "x in userInfo | filter: { ID: selectedId }"> <td>{{x.name}}</td> <td>{{x.hobby}}</td> <td>{{x.ID}}</td> </tr>