Emberjs-RequireJS icon indicating copy to clipboard operation
Emberjs-RequireJS copied to clipboard

Routes EmberJS Pre4

Open newtonianb opened this issue 12 years ago • 2 comments

I don't understand how your routing is working, it does not seem to be pre4 methods. I've also tried to add my own route to your starterkit but constantly get Uncaught Error: No route matched the URL '/test/' Is this supposed to work on pre4?

newtonianb avatar Feb 13 '13 01:02 newtonianb

Sorry newtonianb,

I forgot to upgrade the router in the starter kit :(

Meanwhile you can see the example is working well https://github.com/fernandogmar/Emberjs-RequireJS/blob/master/examples/bootstrap-jquery.ui/scripts/app/router.js

2013/2/13 newtonianb [email protected]

I don't understand how your routing is working, it does not seem to be pre4 methods. I've also tried to add my own route to your starterkit but constantly get Uncaught Error: No route matched the URL '/test/' Is this supposed to work on pre4?

— Reply to this email directly or view it on GitHubhttps://github.com/fernandogmar/Emberjs-RequireJS/issues/3.

fernandogmar avatar Feb 13 '13 10:02 fernandogmar

i'm curious about in that example where you would initialize your App.Store so the Ember.Route can hook into this.store for declaring models or setupControllers

dey-dey avatar Feb 05 '14 21:02 dey-dey