Skip to content

Instantly share code, notes, and snippets.

@puginabox
Last active August 29, 2015 14:23
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 puginabox/b6d4c04df37c785fd4aa to your computer and use it in GitHub Desktop.
Save puginabox/b6d4c04df37c785fd4aa to your computer and use it in GitHub Desktop.
HTML: Starter Template
<!DOCTYPE html>
<html ng-app="myApp">
<head>
<meta charset="UTF-8">
<title>Xxx</title>
</head>
<body ng-controller="main">
<script src="js/cdn-or-local.js"></script>
<script src="js/app.js"></script>
<script src="js/app.config.js"></script>
<script src="js/controllers/main.js"></script>
<script src="js/directives/mainDir.js"></script>
</body>
</html>
@puginabox
Copy link
Author

adding JS libraries

@puginabox
Copy link
Author

placeholder x text

@puginabox
Copy link
Author

Adding angular directives

@puginabox
Copy link
Author

typo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment