无法实例化angularjs模块。因为它表示它没有使用显式注释,因此无法在严格模式下调用

时间:2015-10-24 22:54:17

标签: angularjs dependency-injection minify strict ng-annotate

我希望在我的应用程序中使用ng-annotate和以下语法(使用ng-strict-di)来避免缩小问题,但我在控制台中不断收到此错误,就像我错过了/ ** ng @Inject一样* / routeConfig函数上方的注释。

我错过了什么?

这是错误:

DiffObject.update_attributes(specific_attribute: ((defined? charge) == nil ? nil : charge.id)))

这是路由配置文件。

**Uncaught Error: [$injector:modulerr] Failed to instantiate module something due to:
Error: [$injector:strictdi] routeConfig is not using explicit annotation and cannot be invoked in strict mode**

非常感谢你的帮助。

0 个答案:

没有答案