UNPKG

ang-google-services

Version:
31 lines (23 loc) 902 B
<!DOCTYPE html> <html ng-app="main"> <head> <meta charset="utf-8"> <title>Google APIs</title> <!-- style --> <!-- /style --> </head> <body> <section ng-controller = "mainCtrl" name = "{{appName}}" ng-controller="MainCtrl"> <h1> Google API Services</h1> <div class="main"> <div class="map" id="map" style="height: 600px"></div> </div> </section> <!-- scripts --> <script src = "https://ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular.min.js"></script> <script src = "https://maps.googleapis.com/maps/api/js?key=AIzaSyB3gQqZ-kMbG7FVaxX06IQ0E9ry_588Uco&libraries=places"></script> <script src = "../../src/module.js"></script> <script src = "../assets/js/demo1.module.js"></script> <!-- /scripts --> </body> </html>