Created
July 22, 2018 19:00
-
-
Save gayashanbc/9daf768776ec085608422f1d3c2fa7df to your computer and use it in GitHub Desktop.
Angular Tutorials in Sinhala | V4 of index.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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