在我的项目中包含angular-google-places-autocomplete,用于使用
自动填充地点bower install angular-google-places-autocomplete
在控制台中显示错误
Global `google` var missing. Did you forget to include the places API script?
在index.html中手动编写下面的kuhnza / angular-google-places-autocomplete文档
<script src="https://maps.googleapis.com/maps/api/js?libraries=places"></script>
然后每个工作正常,但是当转移到生产应用程序时使用grunt build
构建,然后创建缩小和uglified文件,重新出现相同的错误。
我认为在构建应用程序期间会删除手动添加的脚本。
该怎么做才能解决这个问题。如果将谷歌放置在api应用程序正确的地方。谢谢提前
答案 0 :(得分:0)
你需要在构建之前移动google api调用脚本:index.html声明中的js