Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update state.js #2347

Closed
wants to merge 1 commit into from
Closed

Update state.js #2347

wants to merge 1 commit into from

Conversation

lefterisk
Copy link

This feature was added to the codebase by pull request #1809 but was never add in the documentation.

This feature was added to the codebase by pull request angular-ui#1809 but was never add in the documentation.
@@ -896,9 +896,11 @@ function $StateProvider( $urlRouterProvider, $urlMatcherFactory) {
* - **`relative`** - {object=$state.$current}, When transitioning with relative path (e.g '^'),
* defines which state to be relative from.
* - **`notify`** - {boolean=true}, If `true` will broadcast $stateChangeStart and $stateChangeSuccess events.
* - **`reload`** (v0.2.5) - {boolean=false}, If `true` will force transition even if the state or params
* - **`reload`** (v0.2.5) - {boolean=false|string=}, If `true` will force transition even if the state or params
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking at #1809, it looks like it can be an object too

@christopherthielen
Copy link
Contributor

I'm afraid this isn't good enough docs. I'll update myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants