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

Update Ember #1180

Merged
merged 2 commits into from
Nov 30, 2017
Merged

Update Ember #1180

merged 2 commits into from
Nov 30, 2017

Conversation

tchak
Copy link
Contributor

@tchak tchak commented Nov 30, 2017

Controller injections were broken in recent version of Ember. Not sure if it is normal but I don't like them anyway, so I removed them :)

cc @locks @Turbo87

queryParams: ['q', 'page', 'per_page', 'sort'],
q: null,
q: alias('search.q'),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

am I understanding correctly that we're now redirecting the q query param to the q property of the search service?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes. It allows to sync input value with query string in the url.

@Turbo87 Turbo87 merged commit 075e042 into rust-lang:master Nov 30, 2017
This was referenced Nov 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants