i am giving parameter here
<tr class="ng-scope" align="center" ng-repeat="wordsList in
addBundle.words(bundles)">
in my angular js code i am doing so help me in passing paramter in angular-meteor helper
this.helpers({
words: (bundles) => {
console.log(bundles) //undefined how i can do just like that in angular meteor
return words.find({});
}
});