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?