convertigo / c8osdk-angular-caf

CAF brings to Angular / Ionic 2+ the same functionalities that CTF (Convertigo Templating Framework) brings to JQuery. The goal is to add Convertigo back end support directly in to the Ionic HTML templates without having to program complex TypeScript.
http://www.convertigo.com
Apache License 2.0
2 stars 1 forks source link

getAttachmentUrl() can only be called from Pages.. We need it also in Menus. #2

Closed opicciotto closed 6 years ago

opicciotto commented 6 years ago

We need to use getAttachementUrl() in Menus too. As this is only defined in C8oPage, it cant be accessed from MyAppclass from where the Menu is attached.

Should we refactor the getAttachmentUrl()code to the C8oRouter so that this can be accessed from Pages and from MyClass ?