backbone.marionette.subrouter
backbone.marionette.subrouter copied to clipboard
A Backbone Marionette Subrouter
I have multiple modules in a project where every module has its own subrouter. I want to be able to load/unload modules with their subrouter. At the moment routes only...
The example only shows how to instantiate a subrouter. How multiple subrouters can be bundled together is unclear.
**Situation:** Loading the page from the `URL` triggers all my routes and subroutes but accessing that URL after pressing the back or forward button only triggers the last subroute. **Problem**...