1

モジュール (angular-google-maps) を Mean.js に追加しようとすると問題が発生します

私は走った:

bower install angular-google-maps --save

次に、「google-maps」を applicationModuleVendorDependencies 配列の public/config.js に追加しました。

var applicationModuleVendorDependencies = ['ngResource', 'ngAnimate', 'ui.router', 'ui.bootstrap', 'ui.utils', 'google-maps'];

しかし、(grunt を使用して) 実行しようとすると、エラーが発生します。

Error: [$injector:nomod] Module 'google-maps' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.

他に必要な手順はありますか?https://angular-ui.github.io/angular-google-maps/#!/useでは、Angular-google-maps は Lodash に依存していると書かれていますが、モジュール ベンダーの依存関係にもこれを追加する必要がありますか?

4

1 に答える 1