ember-query-params icon indicating copy to clipboard operation
ember-query-params copied to clipboard

transitionTo doesn't update window.location

Open seanxyu opened this issue 11 years ago • 1 comments

if my queryParameters = {sort_by: last_name}

this.transitionTo('index', this.get('queryParameters') doesn't update window.location to .../index?sort_by=last_name

seanxyu avatar Aug 04 '13 02:08 seanxyu

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 ;).

ElteHupkes avatar Aug 10 '13 16:08 ElteHupkes