3月
21
2020
EmberJs: how to use connectOutlet
I've created a simple test in which I try to use connectOutlet. However, not much is rendered. Here is my test code: http://jsfiddle.net/jeanluca/53dpA/ Just to summarize the application. I think the problems is inside the following code App.Router.map(function(match) { match('/').to('index'); });...