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

Error when calling c8ocall from onDidEnter event #12

Closed CharlesGrimont closed 5 years ago

CharlesGrimont commented 5 years ago

When we do a call from OnDidEnter event of ionic and an error happens in the call, the application crash.

This is related to the fact that in case of error we evaluates an object exception, and this one cannot convert object to primitive value.