Skip to content

Instantly share code, notes, and snippets.

@alexo
Created December 13, 2012 21:26
Show Gist options
  • Save alexo/4280085 to your computer and use it in GitHub Desktop.
Save alexo/4280085 to your computer and use it in GitHub Desktop.
<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