Skip to content
This repository was archived by the owner on Nov 30, 2018. It is now read-only.

Commit afe4f94

Browse files
committed
Merge pull request #1439 from meyacine/patch-1
issue-147-ng-show-map-refresh.html
2 parents 14e9101 + 2afa629 commit afe4f94

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head lang="en">
4+
<meta charset="UTF-8">
5+
<title></title>
6+
<script src="https://code.angularjs.org/1.4.3/angular.js"></script>
7+
<script src="//cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.min.js" type="text/javascript"></script>
8+
<script src="../dist/angular-google-maps.js"></script>
9+
<style>
10+
.angular-google-map-container { height: 400px }
11+
</style>
12+
13+
</head>
14+
<body ng-app="ngMap" ng-controller="gMapCtrl">
15+
<input type="button" ng-click="showMap()" value="display"/>
16+
<ui-gmap-google-map center='map.center' zoom='map.zoom' ng-show="displayed"></ui-gmap-google-map>
17+
<script src='//maps.googleapis.com/maps/api/js?sensor=false'></script>
18+
<script src="assets/scripts/controllers/issue-147-ng-show-map-refresh.js"></script>
19+
</body>
20+
</html>

0 commit comments

Comments
 (0)