We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a1fe6 commit a9ae766Copy full SHA for a9ae766
README
@@ -0,0 +1 @@
1
+My Project
a.txt
test.html
@@ -0,0 +1,13 @@
+<!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