Skip to content

Instantly share code, notes, and snippets.

@LuisMDeveloper
Created April 11, 2014 18:17
Show Gist options
  • Save LuisMDeveloper/10489472 to your computer and use it in GitHub Desktop.
Save LuisMDeveloper/10489472 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html ng-app>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.14/angular.min.js"></script>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<input type="text" ng-model="name"/>
<h2>Hello {{name}}!</h2>
</body>
</html>
@LuisMDeveloper
Copy link
Author

field binding Angular.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment