Angular JS中出现此错误
throw $injectorMinErr(‘modulerr‘, "Failed to instantiate module {0} due to:\n{1}",
module, e.stack || e.message || e);
解决方法:
1. 检查在index.html中是否导入对应模块js文件
2. 检查app.js中是否引入对应模块
AngularJS $injectorMinErr('modulerr' 依赖注入错误
原文:https://www.cnblogs.com/cczoi/p/13303627.html