Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created July 22, 2015 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chuck0523/b7aaf54b215a4b4b3516 to your computer and use it in GitHub Desktop.
Save chuck0523/b7aaf54b215a4b4b3516 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="ja" ng-app>
<head>
<title>Angural practise</title>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular.min.js"></script>
</head>
<body>
<input type="text" ng-model="name">
<p>Hello,{{name}}</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment