3

在路由器上使用 map() 方法时出现未捕获的错误。有任何想法吗 ??

App.Router.map(function(match) {
        match('/').to('index');
        match('/models').to('models');
    });

错误:: Ember JS :: Uncaught TypeError: Object App.Router has no method 'map'

灰烬版本: http ://cloud.github.com/downloads/emberjs/ember.js/ember-latest.js

4

1 回答 1

2

在官方 github 上找到更新有点棘手。不过,您可以在此处获取它的副本:

https://github.com/sh4n3d4v15/ember-todos/blob/master/app/scripts/vendor/ember.js

于 2013-01-05T16:46:02.617 回答