I want to set default URL for all my page in my web(eg. www.bola.com), so user will only see this URL for the entire time. And if user refresh the page, it will be back to default homepage. (I'm using Angular Js + Ionic Framework)
Thanks.
One solution is using ui-router instead of ng-rote and not assigning urls to your states.
Then use <a ui-sref="some.state">Click</a>
, to change state and the url field is not updated.