Skip to content

Instantly share code, notes, and snippets.

@NorthDecoder
Created February 2, 2016 16:56
Show Gist options
  • Save NorthDecoder/104459be5fb0d7a162c3 to your computer and use it in GitHub Desktop.
Save NorthDecoder/104459be5fb0d7a162c3 to your computer and use it in GitHub Desktop.
AngularJS installed?
try {//confirm if angular is loaded
console.log('Angular version: ' + angular.version.full + ' loaded.');}
catch(err) {
console.log('Were you expecting angular ...');
console.log(err);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment