We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After readed the examples https://github.com/ripplejs/ripple/wiki/Composing-Views I like to know if is possible compose one view, inside of the other.
I have something like this:
<div class="social-networks"> <a href="http://twitter.com/">Twitter</a> <a href="http://facebook.com/">Facebook</a> </div>
and I would like to add inside of the oter views, in diferent points like:
<div class="user-profile-networks"> <p>{{name}}</p> <p>{{lastName}}</p> <p>{{email}}</p> <!-- social network view here--> <br> <p>{{adress}}</p> </div>
Is this possible?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After readed the examples https://github.com/ripplejs/ripple/wiki/Composing-Views
I like to know if is possible compose one view, inside of the other.
I have something like this:
and I would like to add inside of the oter views, in diferent points like:
Is this possible?
The text was updated successfully, but these errors were encountered: