angular-mobile-nav
angular-mobile-nav copied to clipboard
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