You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use Searchsource in my Meteor Angular project.
The implementation as I used to do it in my meteor only project with Blaze seems to work, however on page load I get this error message: Exception in delivering result of invoking 'search.source': TypeError: Cannot read property 'data' of undefined
Hi,
I am trying to use Searchsource in my Meteor Angular project.
The implementation as I used to do it in my meteor only project with Blaze seems to work, however on page load I get this error message:
Exception in delivering result of invoking 'search.source': TypeError: Cannot read property 'data' of undefined
My code:
Besides the error message, the search does work in the autorun part. When I call getData I do get the filtered results.
Any idea what is going wrong?
The text was updated successfully, but these errors were encountered: