Accessing parent context in Meteor templates and template helpers

前端 未结 9 838
别跟我提以往
别跟我提以往 2020-12-09 01:10

I\'m running into a template context situation that I\'m having a hard time finding a way around.


Here\'s the template in question:



        
9条回答
  •  感情败类
    2020-12-09 01:27

    {{#each parent}}

    {{#each child}}

    {{/each}}

    {{/each}}

    The _id is NOT the _did of the thing, it's the id of the parent!

提交回复
热议问题