If I have a complex object with objects as property values, how can I filter by one of the nested properties?
Can this be done with the OOB ng-repeat filter?
You need to pass in the argument to filter by:
{{e.Name}} (Manager: {{e.Manager.Name}})
Example on Plunker