-
Notifications
You must be signed in to change notification settings - Fork 9
State provider
Jens Melgaard edited this page Sep 27, 2013
·
14 revisions
The $stateProvider
follows the interface provided by https://github.com/angular-ui/ui-router for most parts. But $state
has a great deal of changes.
In addition, thought a $stateTransitionProvider
one is able to hook into the transitions, and since the $view
service exists, one can define views etc. through transitions as an alternative if needed.
The implementation at it's core is very different however.
Below is a list of topics covering parts of the State Provider in detail.
- Route Provider
- Basic Configuration
- Parameters and Converters
- Decorators
- Case Sensitivity
- A Word on Trailing Slashes
- Legacy Support
- State Provider
- Basic Configuration
- Hierarchy Configuration
- Views
- Routes
- Transitions
- Resolve
- State Service
- Transition Provider
- Basic Configuration
- Stage Handlers
- Targeting Multiple States
- View Provider
- Updating Views
- Transactions
- Scroll Provider