Skip to content
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.

Clone this wiki locally