为什么我的单数命名路由,具有多个等价物不再适用于Ember.js RC6?

时间:2013-07-23 18:58:01

标签: javascript ember.js

为什么我的单数命名路线(具有多个等价物)不再适用于Ember.js RC6?

从Ember.js RC4升级到Ember.js RC6之后,我的大多数路线都会继续工作,但有几个例外:

App.Router.map ->
  @route 'note', {path: 'note/:id'}
  @route 'notes', {path: 'notes'}
  @route 'attendee', {path: 'attendee/:id'}
  @route 'attendees', {path:'attendees'}

笔记和与会者单数路线,停止运作。我试图使用transitionToRoute而不是在把手中使用linkTo助手来设置自定义控制器方法,但这两种方法都不再适用。回滚到RC5或RC4纠正了这个问题,所以我只能假设这与路由器整容有关,但我似乎无法找到关于我应该做什么的文档。

0 个答案:

没有答案