ripplejs / ripple

A tiny foundation for building reactive views
http://ripplejs.github.io
1.28k stars 66 forks source link

Continue walking DOM nodes after child binding #11

Closed olivoil closed 10 years ago

olivoil commented 10 years ago

It would stop walking other nodes after the fist child view element otherwise.

Fixes the example from the docs:

<div class="Profile">
  <profile-avatar username="{{username}}"></profile-avatar>
  <profile-link username="{{username}}"></profile-link>
</div>
anthonyshort commented 10 years ago

Sweet! Don't know how the tests didn't pick up on that one. I'll have to add a test for it too