UNPKG

ngmap

Version:
15 lines (13 loc) 377 B
<!DOCTYPE html> <html ng-app="ngMap"> <head> <title>Simle Map</title> <meta name="description" content="Simple Map"> <meta name="keywords" content="ng-map,AngularJS,center"> <meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> <script src="script-tags-for-development.js"></script> </head> <body> <ng-map center="[40.74, -74.18]"></ng-map> </body> </html>