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

Commits on Jan 4, 2014

  1. feat(navigate.go) query parameters support

    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
    wzr1337 committed Jan 4, 2014
    Configuration menu
    Copy the full SHA
    c8af1a7 View commit details
    Browse the repository at this point in the history