Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在依赖注入中添加ngMock时login.html页面没有加载
var backendMock = angular.module('backendMock',['ngMock']);
将其从依赖中删除并正常工作
var backendMock = angular.module('backendMock',[]);