Using Angular, I\'m trying to filter using ng-repeat on FactorName given the following schema.
Filtering using
<... ng-model=\"query.Factors.FactorName\" ...> doesn\'t wo
I figured it out to make the filter on any of the elements of the array Factors, but could not figure how to select just one field of the array. Maybe it just works for you:
Filtered:
{{d}}
And the initialization on JS:
$scope.filtervalue = {};
Sample on jsfiddle:
http://jsfiddle.net/jordiburgos/QFUu6/