Skip to content

Commit 52e03d6

Browse files
committed
force it to work by including places lib in base.html
1 parent 2f9e385 commit 52e03d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/views/examples/base/base.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<head>
55
<meta charset="utf-8" />
66
<title>AngularJS Plunker</title>
7+
<script src="//maps.googleapis.com/maps/api/js?libraries=weather,geometry,visualization,places&sensor=false&language=en&v=3.20"></script>
78
<script src="../../../vendor/scripts/angular.js" ></script>
89
<script src="../../../vendor/scripts/lodash.js"></script>
910
<script src="../../../vendor/scripts/angular-simple-logger.js"></script>

0 commit comments

Comments
 (0)