You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe I’m thinking wrong, but I haven’t found the way yet to do a proper Backbone.Router.navigate(), since the router object is wrapped in a requirejs module.
My case is to redirect programmatically from a view to another. I could do it with window.location, but it doesn’t sound very smart…
Thanks for any help !
regards.
The text was updated successfully, but these errors were encountered:
I remember having this problem. With a bit of luck I found out that Backbone.history.navigate() works just as var router = new Backbone.Router(); router.navigate();
I'd assume you are always including Backbone so a simple Backbone.history.navigate('') should work.
Hi,
first of all, thanks for your boilerplate !
Maybe I’m thinking wrong, but I haven’t found the way yet to do a proper Backbone.Router.navigate(), since the router object is wrapped in a requirejs module.
My case is to redirect programmatically from a view to another. I could do it with window.location, but it doesn’t sound very smart…
Thanks for any help !
regards.
The text was updated successfully, but these errors were encountered: