Here is a solution to handle an application build around two panes, each one having multiple tabs.
The router is able to memorize the current tab selected in each pane:
- /leftTab1/rightTab1
- /leftTab1/rightTab2
- /leftTab2/rightTab3
- / ...
Here is the working associated fiddle: http://jsfiddle.net/obalais/L78yu/