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

Query Parameters which have zero as value are being ignored #77

Open
hyyan opened this issue Apr 20, 2017 · 0 comments
Open

Query Parameters which have zero as value are being ignored #77

hyyan opened this issue Apr 20, 2017 · 0 comments

Comments

@hyyan
Copy link

hyyan commented Apr 20, 2017

Description

The query parameters which have zero as value are being ignored in iron-query-params

var params = {
  status : 0,
  s: 'term'
}

Expected outcome

url?status=0&s="term"

Actual outcome

url?s="term"

Browsers Affected

  • [x ] Chrome
  • [ x] Firefox
  • [ x] Safari 9
  • [ x] Safari 8
  • [ x] Safari 7
  • [ x] Edge
  • [ x] IE 11
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

No branches or pull requests

1 participant