Created
April 11, 2019 14:24
-
-
Save bunlongheng/d6cee003a1c5d815a322c192a1264d27 to your computer and use it in GitHub Desktop.
This file contains 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 lang="en"> | |
<head> | |
<meta charset="utf 8"> | |
<title>Guru99</title> | |
</head> | |
<body ng-app="app"> | |
<h1 ng-controller="HelloWorldCtrl">{{message}}</h1> | |
<script src="https://code.angularjs.org/1.6.9/angular.js"></script> | |
<script src="app.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment