Skip to content

Instantly share code, notes, and snippets.

@whisher
Created July 20, 2014 14:24
Show Gist options
  • Select an option

  • Save whisher/a845c2c96c8cbe91cebe to your computer and use it in GitHub Desktop.

Select an option

Save whisher/a845c2c96c8cbe91cebe to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html ng-app>
<head>
<title>Simple app</title>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.13/angular.js"></script>
</head>
<body>
<input ng-model="name" type="text" placeholder="Your name">
<h1>Hello {{ name }}</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment