我希望在我的应用程序中使用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**
非常感谢你的帮助。