1

例:

angular.module("app", ['someServices'])

存在しない場合someServicesは、エラー メッセージが表示されます。

Uncaught Error: [$injector:modulerr] Failed to instantiate module app due to:
Error: [$injector:modulerr] Failed to instantiate module pascalprecht.translate32 due to:
Error: [$injector:nomod] Module 'someServices' 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.

しかし今、私はそれを実行し続けたいと思っています。つまり、ロードに失敗した場合は無視します。

これにはいくつかの設定がありますか?

4

1 に答える 1