angular-mobile-nav icon indicating copy to clipboard operation
angular-mobile-nav copied to clipboard

feat(navigate.go) query parameters support

Open wzr1337 opened this issue 11 years ago • 0 comments

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 avatar Jan 04 '14 20:01 wzr1337