ngmap
Version:
The Simplest AngularJS Google Maps V3 Directive
14 lines (12 loc) • 320 B
HTML
<html ng-app="ngMap">
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<script src="script-tags-for-development.js"></script>
</head>
<body>
<ng-map zoom="13" center="34.04924594193164, -118.24104309082031">
<traffic-layer></traffic-layer>
</ng-map>
</body>
</html>