- 11 Jan, 2013 2 commits
-
-
- 30 Dec, 2012 3 commits
-
-
- 17 Dec, 2012 1 commit
- 13 Dec, 2012 1 commit
-
-
This commit fixes an issue with the each-* binding where all but the first element would be inserted into incorrect positions when the binding is used on an element with siblings. The issue occurred because the code was passing a Rivets.View instance in to insertBefore for all but the first element, which just caused the element to be inserted last.
Graeme Coupar committed
-
- 20 Nov, 2012 3 commits
-
-
- 17 Nov, 2012 7 commits
-
-
- 14 Nov, 2012 2 commits
-
-
- 12 Nov, 2012 1 commit
-
-
- 08 Nov, 2012 6 commits
-
-
- 23 Oct, 2012 4 commits
-
-
- 21 Oct, 2012 7 commits
-
-
-
-
-
… much simpler now that all binding logic is self-contained in the binder/routine.
Michael Richards committed -
-
…binding logic can be self-contained within their own binder. Binders/routines can now be defined as an object where additional properties can be defined (setup and teardown callbacks that get called on bind() and unbind(), traversal blocking (for iteration-type bindings), whether the binding published or not (so that view.publish() will catch your custom binding), etc.).
Michael Richards committed
-
- 18 Oct, 2012 3 commits
-
-