我正在使用角谷歌地圖來處理角度應用谷歌地圖。爲此,我必須將angular-google-maps.js
添加到該項目中。 頁面工作沒有任何錯誤,如果我以下列方式添加腳本:
<script type="text/javascript"
src="http://www.directiv.es/application/html/js/nlaplante/angular-google-maps/angular-google-maps.js"></script>
但它不會工作,如果我使用本地副本,就像這樣:
<script type="text/javascript"
src="js/libs/directiv.es/angular-google-maps.js"></script>
看着螢火蟲,我看到了angular-google-maps.js
文件被加載,但在這種情況下,會出現以下錯誤:
Uncaught Error: [$injector:modulerr] Failed to instantiate module mapsApp due to:
Error: [$injector:modulerr] Failed to instantiate module google-maps due to:
Error: [$injector:nomod] Module 'google-maps' is not available! You either misspelled the...<omitted>...1)
在網上搜索小時,我沒有發現任何理由或SOLUT離子。也許你有一個想法或暗示,如何找到原因?
你確定了角谷歌-maps.js文件之前加載你實例化你的角度模塊? – JoseM
我已經在「引導」應用程序之前嘗試了超時2秒。但沒有改變。在引導應用程序之後發生角度模塊的實例化,對吧?並且:從http加載'.js'文件應該比鏈接到本地版本慢得多。但本地版本失敗。說明一下嗎? –
你是否用點創建了文件夾「directiv.es」?因爲你包含這種方式 –