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

feat(navigate.go) query parameters support #87

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wzr1337
Copy link

@wzr1337 wzr1337 commented Jan 4, 2014

I added support for query parameters, e.g.
$navigate.go('/my/path', {name : 'john dow'});

results in #/my/path?name=john%20down

transistion and isReverse still work, the new paraeter is optional.

interface of go() method is compatible with older versions, existing apps do not have to be updated

I added support for query parameters, e.g.
$navigate.go('/my/path', {name : 'john dow'});

results in #/my/path?name=john%20down

transistion and isReverse still work, the new paraeter is optional.

interface of go() method is compatible with older versions, existing apps do not have to be updated
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.

1 participant