Skip to content

Instantly share code, notes, and snippets.

@pirosikick
Created April 4, 2013 17:23
Show Gist options
  • Save pirosikick/5312275 to your computer and use it in GitHub Desktop.
Save pirosikick/5312275 to your computer and use it in GitHub Desktop.
<html>
<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/angularjs/1.0.5/angular.min.js"></script>
</head>
<body ng-app>
<p>
<input type="text" ng-model="yourName" />
</p>
<h2>{{ yourName }}</h2>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment