ember-query-params
ember-query-params copied to clipboard
transitionTo doesn't update window.location
if my queryParameters = {sort_by: last_name}
this.transitionTo('index', this.get('queryParameters') doesn't update window.location to .../index?sort_by=last_name
Do you have a fully working example where this issue occurs?
Edit: I know you have one of course, I mean could you provide one ;).