我正在尝试在我在 Cumulocity 的 hello- 之上构建的应用程序中使用提供的功能 c8y.ui 模块( http://resources.cumulocity.com/documentation/jssdk/latest/#/core/c8y.ui )核心 API 应用程序(https://bitbucket.org/m2m/cumulocity-examples/src/0fbc406e849ecba3a01526ebef8d4d8bb1f7f374/hello-core-api)。
但是,当我从 c8y.ui 模块向我的控制器注入依赖项时,我收到以下错误消息(尝试将 c8yAlert 作为依赖项注入时)
angular.js:9997 错误:[$injector:unpr] 未知提供者:c8yAlertProvider <- c8yAlert
关于如何让 c8y.ui 模块工作的任何想法?