Skip to content

Instantly share code, notes, and snippets.

@ihsanberahim
Created March 27, 2015 23:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ihsanberahim/a4503aa340f192441d52 to your computer and use it in GitHub Desktop.
Save ihsanberahim/a4503aa340f192441d52 to your computer and use it in GitHub Desktop.
reset angular in cordova app
window.origin = window.location.href.replace(window.location.hash,'').replace(window.location.search,'').replace('#','');
var reset_app = function()
{
window.open(window.origin,'_top');
}
/**
* http://ihsanberahim.com
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment