Skip to content

Commit

Permalink
Add setDefaultQueryParamValue note to readme (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
offirgolan authored May 27, 2017
1 parent a783b72 commit 85e4bce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,8 @@ controller.setDefaultQueryParamValue('search', 'foo');
controller.setDefaultQueryParamValue('direction', 'asc');
```

__NOTE__: Changing the defaultValue at any point will not clear the query paramater from being shown in the URI. We do not have control over that as it is private API.

[changelog]: CHANGELOG.md
[demo]: https://offirgolan.github.io/ember-parachute
[ember-metrics]: https://github.com/poteto/ember-metrics
Expand Down

0 comments on commit 85e4bce

Please sign in to comment.