Skip to content

Instantly share code, notes, and snippets.

@kaiquewdev
Created November 17, 2015 17:21
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 kaiquewdev/5e4fcae5630aa4eff75a to your computer and use it in GitHub Desktop.
Save kaiquewdev/5e4fcae5630aa4eff75a to your computer and use it in GitHub Desktop.
angular.element(document).on('deciveready', onReady);
function onReady() {
angular.bootstrap(document, 'app-name');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment