Skip to content

Instantly share code, notes, and snippets.

@gayashanbc
Created July 22, 2018 19:00
Show Gist options
  • Save gayashanbc/9daf768776ec085608422f1d3c2fa7df to your computer and use it in GitHub Desktop.
Save gayashanbc/9daf768776ec085608422f1d3c2fa7df to your computer and use it in GitHub Desktop.
Angular Tutorials in Sinhala | V4 of index.html
<!DOCTYPE html>
<html ng-app>
<head>
<title>Hello from AngularJS</title>
<script src="angular.min.js"></script>
</head>
<body>
<form action="">
<input type="text" ng-model="message" />
<h1>{{message}}</h1>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment