-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tempo 2.0 and Nested Lists #63
Comments
Hi Josep - and thank you! I've only tested Tempo 2.0 briefly in an Android emulator and it seemed to work fine. I thought there were no issues with recursion like that? Is this example not like what you describe: http://tempojs.com/2.0/examples/recursion Let me know if I can help! |
Any further thoughts on this? |
Thank you very much!!! Now I'm working in a way to refresh the data without reload the page. I've tried the clear action but then disapear the template. Best regards Josep |
Great. Yes, the way to do that would be to get the rendering engine in a variable: and then use append method iteratively: Let me know if you have issues. |
On |
Hello,
Congratulations for your framework.
I was working with Phonegap, JQM and Tempojs1.8 and when I've tried to run the app in Android 4.0 show empty item in lists.
I read somthing about that, and this fix with 2.0 version.
The problem is nested lists repeat the values in child nodes. These nested child have the same {{NameVariables}} than parents.
Thank's
Josep
The text was updated successfully, but these errors were encountered: