You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would say you have run up against one of Transparency's limitations. It is a "minimal template engine," and as such, it isn't designed for true recursiveness.
Even if you know there is a maximum depth to your submenus, you'd probably write far more html and js to accomplish the same thing you've already done.
Hello.
I have some data to be displayed recursively. For example, multilevel menu:
In plain javascript I can make output in the following manner:
html:
js:
jsfiddle: http://jsfiddle.net/n3908g7u/
How can I similarly bind data using transparency.js?
The text was updated successfully, but these errors were encountered: