This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Description
Plunker: http://plnkr.co/edit/HKQwBiVxFh6bxXzP12bB?p=preview
It looks like something changed with filtering by an object expression in 1.3.6. In the example above no items in the list render until you type in the input bound to the fooFilter model. If you change back to angular 1.3.5 you'll see that the list of items render prior to any user interaction.
Workaround is to initialize fooFilter to empty string.