Skip to content

Instantly share code, notes, and snippets.

@leebrandt
Created September 3, 2014 14:46
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 leebrandt/58db671abcccef52b89b to your computer and use it in GitHub Desktop.
Save leebrandt/58db671abcccef52b89b to your computer and use it in GitHub Desktop.
<html ng-app="KickStart">
<head>
<title>Angular Kick-Start</title>
</head>
<body>
Index Page Content
<div ng-view></div>
</body>
<script src="vendor/angular/angular.min.js"></script>
<script src="app.js"></script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment