Skip to content

Instantly share code, notes, and snippets.

@Mikxail
Created April 2, 2014 13:58
Show Gist options
  • Select an option

  • Save Mikxail/9934672 to your computer and use it in GitHub Desktop.

Select an option

Save Mikxail/9934672 to your computer and use it in GitHub Desktop.
Angular.js change hash in controller withour reload page
$route.current.$$route.reloadOnSearch = false
$location.hash "newHash#{Math.random()}"
$timeout ->
$route.current.$$route.reloadOnSearch = false
, 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment