This commit is contained in:
Märt Kalmo
2017-03-04 10:59:28 +02:00
commit 48633a91dc
6 changed files with 171 additions and 0 deletions

20
ng1/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>