我如何{{linkTo}}
在尚未加载的博文中发表评论?
所需解决方案
{{#linkTo "comments" articles.id}}View comments{{/linkTo}}
应该导致
/#/articles/123/comments
模型看起来像这样:
App.Post = DS.Model.extend
text: DS.attr "string"
comments: DS.hasMany "App.Comment"
我已尝试过的内容
所有这些“解决方案”似乎都是解决方法,而不是我认为简单任务的简单解决方案。