Skip to content

Instantly share code, notes, and snippets.

@leog
Created June 1, 2015 02:43
Show Gist options
  • Save leog/a031142a7114e884edaa to your computer and use it in GitHub Desktop.
Save leog/a031142a7114e884edaa to your computer and use it in GitHub Desktop.
Including AngularJS modules scripts in the HTML
<script type=”text/javascript” src=”firstModule.js”></script>
<script type=”text/javascript” src=”secondModule.js”></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment