Skip to content

Instantly share code, notes, and snippets.

@gajus
Last active August 29, 2015 14:11
Show Gist options
  • Select an option

  • Save gajus/d98516fab14ab29bef37 to your computer and use it in GitHub Desktop.

Select an option

Save gajus/d98516fab14ab29bef37 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<script src="./angular.js"></script>
<script src="./todo.js"></script>
</head>
<body ng-app="foo">
</body>
</html>
angular.module('todoApp', []);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment