Skip to content

Instantly share code, notes, and snippets.

@greengoblinmask
Created April 12, 2015 14:51
Show Gist options
  • Save greengoblinmask/213b9401140694f93037 to your computer and use it in GitHub Desktop.
Save greengoblinmask/213b9401140694f93037 to your computer and use it in GitHub Desktop.
<html data-ng-app>
<head>
<script src="angular.js"></script>
</head>
<body>
<div>
<label>Nama:</label>
<input type="text" data-ng-model="nama">
<hr>
<h1>Hai {{nama}}</h1>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment