Skip to content

Instantly share code, notes, and snippets.

@kauffmanes
Last active June 18, 2017 13:36
Show Gist options
  • Save kauffmanes/d75f393621ccb6578e9371bba533b854 to your computer and use it in GitHub Desktop.
Save kauffmanes/d75f393621ccb6578e9371bba533b854 to your computer and use it in GitHub Desktop.
A snippet of angular-offline-form tutorial index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Offline Angular Form Tutorial</title>
</head>
<body data-ng-app="app">
<div data-ng-controller="MainController">
<!-- Form here -->
</div>
<script src="angular.js"></script>
<script src="./app.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment