我爲我的流星項目使用鐵路由器,一切都很順利,但我遇到了一些奇怪的行爲。把手+流星+鐵路由器
我有一個循環設置爲看起來像這樣的項目列表。
{{#each list_items}}
<div>{{user.username}}
<a href="{{link}}">Click here!</a>
</div>
{{/each}}
的JSON對象我的用戶看起來是這樣的:
{
user: {
username: jdoe
},
images: {
low-res-url: http://example.com
},
link: http://example.com/profile
}
現在{{user.username}}顯示爲預期的,但是當我嘗試把{{鏈接}}在href我從鐵路由器說
"You called Router.path for a route named undefined but that that route doesn't seem to exist. Are you sure you created it?"
任何幫助或建議,將不勝感激錯誤。
這做到了。謝謝! –
這是正式記錄在哪裏?我希望我早點知道這件事! – ecbrodie
查看Iron-Router源代碼是有益的。 –