Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 34ad33f

Browse files
IgorMinarpetebacondarwin
authored andcommitted
step-0 bootstrap angular app
- add ngApp directive to bootstrap the app - add simple template with an expression
1 parent e3ff966 commit 34ad33f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

app/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html lang="en">
2+
<html lang="en" ng-app>
33
<head>
44
<meta charset="utf-8">
55
<title>My HTML File</title>
@@ -8,5 +8,8 @@
88
<script src="bower_components/angular/angular.js"></script>
99
</head>
1010
<body>
11+
12+
<p>Nothing here {{'yet' + '!'}}</p>
13+
1114
</body>
12-
</html>
15+
</html>

0 commit comments

Comments
 (0)