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

[Ionic5/Ngx] Can't retrieve the results of several identical calls with different parameters #30

Open nathalie-lammelin opened 3 years ago

nathalie-lammelin commented 3 years ago

call sequenceX with parameter=A and call sequenceX with parameter=B, in the same page The listen results for callB is the result of callA

Need a new parameter for call/listen to (as marker) to differientiate views

CharlesGrimont commented 2 years ago

To be discussed, in some cases it can be confusing: Imagine a sortable list(based on an input) , we doesn't want have 1 different "listen" by call.

What do you think ?

In your case, maybe the marker is more appropriate ?