We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Home (markdown)
more resolve examples
Try to clear up how resolve works, add more examples
When registering event handlers on $scope, you need to use .$on, not .on for it to work without throwing errors.
Fleshed out the stateChange event section
Syntax fixes in example code.
Updated State Manager (markdown)