-
Notifications
You must be signed in to change notification settings - Fork 5
Description
These are the samples that should demonstrate detour (and backseatDriver):
ui-router compatibility
Demonstrate the closest API to ui-router that is possible.
scaling: lazy components
Like ui-router compatibility, but with lazy components (scaling) demonstrate the closest API to ui-router that is possible.
runtime editing
Add in demonstration of client-driven modifications to routing.
data-driven config: one big ajax definition
Ability to fetch (all) routes via ajax on module.run(). Static json file on server -- talk through the fact that an active server could return whatever the data dictate.
scaling: lazy states/routes
Lazy state defininitions (with no updating). Use backseatDriver as proxy.
dynamic states/routes
Lazy state definitions with updates -- requires an active application server. Use backseatDriver as submodule of application server.
Other backseat driver configurations (not full samples but code examples):
- backseatDriver on separate domain/port
- proxy in front of backseatDriver and web site