Skip to content

Commit a9ae766

Browse files
author
shirleyYing
committed
add two files
1 parent 54a1fe6 commit a9ae766

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
My Project

a.txt

Whitespace-only changes.

test.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html ng-app="helloModule">
3+
<head>
4+
<title>hello_MVC</title>
5+
</head>
6+
<body>
7+
<div ng-controller="helloController">
8+
<p>{{greeting.text}},Angular</p>
9+
</div>
10+
</body>
11+
<script src="../js/angular-1.3.0.js"></script>
12+
<script src="../js/hello-module.js"></script>
13+
</html>

0 commit comments

Comments
 (0)