#/order/123?status=success
hits the route '/order/:id' and takes to OrderCtrl.
Once we access the $routeParams.query, we want to clear the url to #/order/123. How can this be achieved?
hits the route Once we access the |
|||
|
|
|
Using the
But you should note that, by default, this will reload the current route. If you don't want to reload the current route, you can disable that in your route definition:
But the |
|||||
|