I'm trying to use functionality provided c8y.ui module (http://resources.cumulocity.com/documentation/jssdk/latest/#/core/c8y.ui) in an application I'm building on top of Cumulocity's hello-core-api application (https://bitbucket.org/m2m/cumulocity-examples/src/0fbc406e849ecba3a01526ebef8d4d8bb1f7f374/hello-core-api).
However when I inject a dependancy from the c8y.ui module to my controller I get the following error message (when trying to inject c8yAlert as dependancy)
angular.js:9997 Error: [$injector:unpr] Unknown provider: c8yAlertProvider <- c8yAlert
Any ideas on how I could get the c8y.ui module working too?