I port the Ember.js application from location hashto history, in several places I use ?some-parameter=awesomein the URL.
When historyenabled, Ember simply removes all parameters from the URL, for example, when you go to /some-route?some-paramEmber it removes ?some-paramfrom the browser URL!
How to solve this problem and why?
source
share