0

When I'm on a state/route say #/users and I click on a link that goes the the exact same state/route, it does nothing, I would like to have this state reload.

Altus
  • 1,315
  • 3
  • 11
  • 19
  • Check this answer: http://stackoverflow.com/questions/11267284/angularjs-refresh-when-clicked-on-link-with-actual-url – paul Mar 12 '15 at 14:16

1 Answers1

0

If you are using ui-router you can user

$state.reload()
Michael Tempest
  • 814
  • 7
  • 12