Skip to content

Instantly share code, notes, and snippets.

@gujc71
Created February 15, 2018 15:14
Show Gist options
  • Save gujc71/83136187afddb487a2a47593366c9948 to your computer and use it in GitHub Desktop.
Save gujc71/83136187afddb487a2a47593366c9948 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en-US">
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.4/angular.min.js"></script>
<body>
<div ng-app="">
<p>Name : <input type="text" ng-model="name"></p>
<h1>Hello {{name}}</h1>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment