Last active
August 29, 2015 14:25
-
-
Save rick4470/ec7b3ad906b957bdd049 to your computer and use it in GitHub Desktop.
Check if angular is installed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script> | |
| console.log(angular); | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment