We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi. thanx for nice work. how i can programmatically change a hash param?
for example url=http://test.com/#/Home/Index/25/26/27 i want change 25 to 100 programmatically. thanx
The text was updated successfully, but these errors were encountered:
I would imagine this would be handled the same way as a redirect window.location = '#/Home/Index/100/26/27'
window.location = '#/Home/Index/100/26/27'
Sorry, something went wrong.
No branches or pull requests
hi.
thanx for nice work.
how i can programmatically change a hash param?
for example url=http://test.com/#/Home/Index/25/26/27
i want change 25 to 100 programmatically.
thanx
The text was updated successfully, but these errors were encountered: