This commit is contained in:
Märt Kalmo
2017-03-13 10:07:40 +02:00
commit f29acaf34f
6 changed files with 155 additions and 0 deletions

20
index.html Normal file
View File

@@ -0,0 +1,20 @@
<!doctype html>
<html lang="et" ng-app="app">
<head>
<meta charset="utf-8">
<title>Ng1</title>
<link rel="stylesheet" href="styles.css">
<style type="text/css">
.ng-cloak { display: none }
</style>
</head>
<body>
Hello!
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.min.js"></script>
</body>
</html>