-
Notifications
You must be signed in to change notification settings - Fork 3k
Default stateParam values? #436
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
Comments
Well you could use $urlRouterProvider.
|
You could also use |
This will be possible when typed parameters are implemented. Keep tabs on #454. |
I think we can close this with 2 possible solutions and 1 upcoming. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have
/foo/:bar
and I would like :bar to default to "baz" when nothing is provided.
what's the best way to do this?
The text was updated successfully, but these errors were encountered: