【发布时间】:2016-02-22 19:57:11
【问题描述】:
我已经嵌套了每个并想使用父 this 值。
{{#each county}}
Country name : {{this}}
{{#each state}}
{{this}} is one of the state of {{country}} //here how to use country
{{/each}}
{{/each}}
我试过{{../this}} 但它显示了
Can only use `this` at the beginning of a path.
Instead of `foo.this` or `../this`, just write `foo` or `..`.
【问题讨论】:
标签: meteor handlebars.js meteor-blaze