尝试绕过标准应用程序初始化的角度deferredbootstrapper。
我是否应该使用此注入模块方法调用应用程序? docs.angularjs.org/api/ng/function/angular.injector
Rewriting Angular.js app to do away with deferredBootstrapper
得到错误,如
未捕获错误:[$ injector:modulerr]由于以下原因无法实例化模块ECP:错误:[$ injector:unpr]未知提供者:$ http
错误:[ng:areq] Argument' Nav'不是一个功能,未定义
---不确定如何包含以前的injectorModules ---或者在加载其他模块之前点击帐户和用户变量来存储信息
app.config(["$http", "$q", "Account", "Layout",
function ($http, $q, Account, Layout) {
似乎做错了。对我来说,它看起来与设置指令的方式类似。