Skip to content

Instantly share code, notes, and snippets.

@ZachMoreno
Created July 11, 2012 07:47
Show Gist options
  • Save ZachMoreno/3088805 to your computer and use it in GitHub Desktop.
Save ZachMoreno/3088805 to your computer and use it in GitHub Desktop.
<!doctype html>
<html ng-app>
<head>
<script src="http://code.angularjs.org/angular-1.0.0rc10.min.js"></script>
</head>
<body>
<div>
<label>Name:</label>
<input type="text" ng-model="yourName" placeholder="Enter a name here">
<hr>
<h1>Hello, {{yourName}}!</h1>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment