app.js
inde.html
我是angular js的新手,我想创建一个登录页面,但是路由不起作用,我得到了一个未捕获的错误:$injector:modulerr如何解决它
发布于 2018-11-22 20:15:01
您的DI参数在App.config()中不匹配。您应该从函数参数中删除$rootScope或将$rootScope添加到依赖项数组中。
App.config()
$rootScope
https://stackoverflow.com/questions/53430505
相似问题