【发布时间】:2014-09-22 23:32:36
【问题描述】:
我做 {{unbound title}} 或
没问题{{#each file}}
{{unbound filename}}
{{/each}}
在模型上。
但是, 余烬中的所有属于对象对我来说确实有问题。 以下方法均无效
{{unbound location.address}}
和
{{with location}}
{{unbound address}}
{{/with}}
这两个结果都是空输出
【问题讨论】:
标签: ember.js model handlebars.js