Skip to content

Instantly share code, notes, and snippets.

@snippe
Created July 26, 2015 08:43
Show Gist options
  • Save snippe/cdae8096d2b977054a15 to your computer and use it in GitHub Desktop.
Save snippe/cdae8096d2b977054a15 to your computer and use it in GitHub Desktop.
Angularjs
<html>
<head>
<title></title>
</head>
<body>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular.min.js"></script>
<div ng-app="">
<input type="text" ng-model="name" />
<p ng-bind="name"></p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment