Failed to instantiate module error in Angular js

后端 未结 6 1089
我在风中等你
我在风中等你 2021-01-01 10:33

I encountered the following error with a root cause of Module \'ngRoute\' is not available

Uncaught Error: [$injector:modulerr] Faile

6条回答
  •  失恋的感觉
    2021-01-01 11:33

    For me the error occurred due to my browser using a cached version of the js file containing the module. Clearing the cache and reloading the page solved the problem.

提交回复
热议问题