@resources 'projects', ->
@resources 'tables', ->
@resources 'items'
具有相应的视图内容,如:
%a{"data-bind" => "table.name", "data-route" => "routes.projects[project].tables[table]"}
%div{"data-foreach-item" => "project.table.items"}
%p{"data-bind" => item.name"}
%a.btn{"data-route" => "routes.projects[project].tables[table].items[item]"} View details »
这里的问题是链接标记:
Uncaught DevelopmentError: Couldn't find a route for the name items!
但是正确显示了p标签中项目的名称。我的路线有问题。有谁知道BatmanJS中有多个嵌套路由?
答案 0 :(得分:0)
确认,它不会超过两个级别。没有超过两个级别的测试,所以这可能是设计的。