Skip to content

Instantly share code, notes, and snippets.

@djds4rce
Last active December 22, 2015 17:39
Show Gist options
  • Save djds4rce/6507753 to your computer and use it in GitHub Desktop.
Save djds4rce/6507753 to your computer and use it in GitHub Desktop.
<html class="no-js">
<head>
<title></title>
</head>
<body ng-app>
<h1>Model Binding Example| Hello World</h1>
<p>{{helloworld}}</p>
<input type='text' ng-model='helloworld'></input>
<script src="angular.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment