Is there a way to refresh virtual repeat container?
问题 I've got a md-virtual-repeat-container that handles the data from an API call triggered by a search box. I'd like to be able to refresh this container when a user enters a second search query. I'm using a setup similar to this plnkr which is from this question:. The only difference is its getting data from a server when the user enters a search term. My Question Is there a way to trigger a refresh an md-virtual-repeat-container ? I don't think the code is relevant but here's my (simplified)