Skip to content
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

How to compose views one inside of the other? #45

Open
vmariano opened this issue Nov 27, 2014 · 0 comments
Open

How to compose views one inside of the other? #45

vmariano opened this issue Nov 27, 2014 · 0 comments

Comments

@vmariano
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant