How to reload a view?

I want to reload my view just like you refresh your brower.
How can I do this?
in angularjs, $route.reload() is just what I want.
However, we didn’t have $route in ionic.
Any ideas?

how about use

location.reload()

Oh, yes, it works!
I tried this before, but I use $location.reload() and it doesn’t work.
the builtin location is the answer!
I’ve been trapped by this for many days.
Thank you so much, your answer really helps me a lot!

when use locaton.reload.
i jump page by $.stage.go(’’).