Skip to content
This repository has been archived by the owner on Sep 20, 2020. It is now read-only.

0.0.11

Compare
Choose a tag to compare
@christopherthielen christopherthielen released this 21 Nov 19:03
· 123 commits to master since this release

Changelog: https://github.com/christopherthielen/ui-router-extras/blob/0.0.11/CHANGELOG.md

Issues tagged to this milestone

Future States!

This release focuses on improving the future states API.

  • Future States now use a url pattern, just like regular states
    • Your url can include parameter definitions
    • The UI-Router UrlMatcher code is used to recognize urls.
  • You can define future states which have children that are their own future states
  • A bunch of corner cases and bug fixes for Future States
  • Future States now plays nice with $urlRouterProvider.otherwise

Reset

  • You can now reset sticky states and DSR

DSR

  • DSR now supports parameters and is more flexible