3

I am getting uncaught error when using map() method on router. Any ideas ??

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

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

Ember Version : 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 に答える