Angular ng-repeat filter running before data retrieved
问题 I have a list of appointments that I need to filter by staff member. I am pulling the appointments from a database using a Breeze controller. Some appointments have multiple staff members involved, so I need to drill into a child entity of the appointment to find the staff members for each appointment. I am trying to show a list based on the staff member selected elsewhere using ng-repeat and a filter as follows: <section data-ng-repeat="appt in apptCtrl.appointmentList | filter: apptCtrl