Returning subdocument array through Meteor / Mongo
问题 I'm having a little trouble returning and displaying tags that I'm adding to a subdocument. I have no problem adding tags, but want to put a label on the item for each tag. I simply can't find a resource that helps me return the items in an array within a subdocument. I think it's all the helper where I'm stuck - basically the syntactically correct way to write "Items.(this._id).itemTags.find();" :) Oh - and I've cut out a lot of the HTML and JS, but, yes, everything else is working fine. The