I need to be able to change page's location hash (e.g. from "#/" to "#/page1") so that angularjs won't reload the page. Is it possible at all?
Asked
Active
Viewed 4,200 times
1 Answers
11
in route definition, add this parameter
reloadOnSearch: false
Supress reloading of ui-router based view on query parameter change