Ng-map(angular 地图)现在无法使用

Ng-map (angular map) is not working now

以前当我使用 ng-map 时它工作正常但现在它不起作用,我得到空白地图。我从 google map api:

得到这个错误

The Google Maps JavaScript API must be downloaded directly from Google's servers. Learn more: https://developers.google.com/maps/documentation/javascript/tutorial#Loading_the_Maps_API

应该从google的服务器下载google地图JS,如ng-maps'DOCS[中所述=13=]

包括 Google 个地图:

<script src="http://maps.google.com/maps/api/js"></script>

将您的 angular 应用程序命名为 ngMap,或将其添加为依赖项

var myApp = angular.module('myApp', ['ngMap']);