I am trying to remove query string from route using can.route.removeAttr
but I do not see it remove from address bar on Chrome / Safari.
Please download the code from JSBin https://jsbin.com/gijiqab/edit?html,js,output and try as JSBin for some reason does not show the updated URLs.
In that example, page
is part of route
. However query
is a query string which I want to remove and add whenever necessary. How can I do that using CanJS?