Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant