Skip to content

Instantly share code, notes, and snippets.

@anitahall102790
Created December 8, 2015 14:47
Show Gist options
  • Save anitahall102790/285400667a71e2861723 to your computer and use it in GitHub Desktop.
Save anitahall102790/285400667a71e2861723 to your computer and use it in GitHub Desktop.
First Angular Page
<DOCTYPE html>
<html ng-app>
<head lang="en">
<meta charset="UTF-8">
<title></title>
<body>
<h1>{{hello}}</h1>
<input type="text" ng-model="hello"
</body>
<script type="text/javascript"
src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment