Skip to content

Instantly share code, notes, and snippets.

@BumbuKhan
Created June 27, 2017 15:08
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 BumbuKhan/1cc9e3f8c2451559a54313786d3fd9a3 to your computer and use it in GitHub Desktop.
Save BumbuKhan/1cc9e3f8c2451559a54313786d3fd9a3 to your computer and use it in GitHub Desktop.
Angular-cordova routing cure
<script>
var baseHref = window.location.href.split('/');
baseHref.pop();
document.write('<base href="' + baseHref.join('/') + '/" />');
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment