Emberjs-RequireJS
Emberjs-RequireJS copied to clipboard
Routes EmberJS Pre4
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?
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.
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