Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.11 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.11 KB

angular-detour

  • implements a StatesTree-version of ui-router
  • allows runtime editing of configuration
  • supports merging json representations of routing definitions as initial configurations and as updates
  • allows templateProviders and resolve functions to be specified as named services
  • supports lazy loading of components through angular-couchPotato
  • supports lazy-loading/updating definitions from a server through AJAX
  • derivation of ui-router

See the README in the samples directory for basic demonstrations.

Implementation

Integration points with ui-router are up in the air as that project progresses. At this time, updates to ui-router are being tracked manually.

History/Attribution

detour is a derivation of ui-router (https://github.com/angular-ui/ui-router).

License

See the LICENSE file.

Questions/Comments/Concerns

See the Issues List.