Anybody know how to refresh the page in the ionic application. My app displays a page after sometime getting updated data from webservice and I want to displays the updated data in that page. So I have to refresh the page to displays updated info.
I tried with location.reload, but no luck also don't want to use setroot. Any other way to accomplish this?
Also don't want to use content.ionviewDidLoad() and all.
Thanks Ak