Skip to content

Instantly share code, notes, and snippets.

@dhananjay431
Created January 20, 2016 12:05
Show Gist options
  • Save dhananjay431/fcca6f0a9128368c5497 to your computer and use it in GitHub Desktop.
Save dhananjay431/fcca6f0a9128368c5497 to your computer and use it in GitHub Desktop.
Untitled
<!doctype html>
<html ng-app>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>
</head>
<body>
<div>
<label>Name:</label>
<input type="text" ng-model="yourName" placeholder="Enter a name here">
<hr>
<h1>Hello {{yourName}}!</h1>
</div>
</body>
</html>
alert('Hello world!');
{"view":"separate","fontsize":"70","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment