2017-05-19 14:53:27 +03:00
|
|
|
<!doctype html>
|
2017-05-28 09:37:05 +03:00
|
|
|
<html lang="et">
|
2017-05-19 14:53:27 +03:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
</head>
|
2017-06-07 11:47:33 +03:00
|
|
|
<body ng-controller="C1 as vm">
|
2017-05-19 14:53:27 +03:00
|
|
|
|
|
|
|
|
2017-05-28 09:37:05 +03:00
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.min.js"></script>
|
2017-05-19 14:53:27 +03:00
|
|
|
<script>
|
|
|
|
|
|
|
|
// kood tuleb siia
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|