Given a controller with a $scope property that is an object with other properties rather than an array like below, how should I filter the ng-repeat set?
ng-repeat
Not an optimal solution but if you want something quick and dirty :
{{friend.name}} @ {{friend.phone}}
Or ng-if instead of ng-hide
ng-if
ng-hide