Skip to content

Commit 6cd1ebe

Browse files
committed
Adding blank Step #2 files.
1 parent 5db3925 commit 6cd1ebe

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

step2/index.html

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!doctype html>
2+
<html lang="en" ng-app="demoApp">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Building a Google Maps Directive</title>
6+
<link rel="stylesheet" href="/css/global.css">
7+
<script src="/angular/angular.min.js"></script>
8+
<script src="/angular/angular-touch.min.js"></script>
9+
<script src="js/app.js"></script>
10+
<script src="js/controllers.js"></script>
11+
</head>
12+
<body>
13+
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false"></script>
14+
</body>
15+
</html>

step2/js/app.js

Whitespace-only changes.

step2/js/controllers.js

Whitespace-only changes.

0 commit comments

Comments
 (0)