Skip to content

Instantly share code, notes, and snippets.

@ralfting
Last active August 29, 2015 14:17
Show Gist options
  • Save ralfting/97350a6c87d40ad6b188 to your computer and use it in GitHub Desktop.
Save ralfting/97350a6c87d40ad6b188 to your computer and use it in GitHub Desktop.
index.html
<!DOCTYPE html>
<html lang="en" ng-app="myApp">
<head>
<meta charset="UTF-8">
<title>List ToDo</title>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
</head>
<body>
<!-- code page -->
<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
<!-- Bootstrap 3.3.2 -->
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<!-- AngularJS 1.3.14 -->
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.min.js"></script>
<!-- includes -->
<script src="controller.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment