Skip to content

Instantly share code, notes, and snippets.

@ralfting
Last active August 29, 2015 14:17
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 ralfting/f500f890048be7d27b25 to your computer and use it in GitHub Desktop.
Save ralfting/f500f890048be7d27b25 to your computer and use it in GitHub Desktop.
Index.html
<!doctype html>
<html ng-app>
<head>
<title>My Angular App</title>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.min.js"></script>
</head>
<body>
<!-- Code here -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment