3

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?

Grin
  • 557
  • 1
  • 6
  • 19

1 Answers1

11

in route definition, add this parameter reloadOnSearch: false

Supress reloading of ui-router based view on query parameter change

Community
  • 1
  • 1
doodeec
  • 2,927
  • 19
  • 23