Skip to content

Instantly share code, notes, and snippets.

@kaiquewdev
Created November 17, 2015 17:21
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