- 25 Mar, 2013 3 commits
-
-
-
each-*, use a global callback to do the looping. This will global function will eventually check the adapter for an overridden version.
Adam Heath committed
-
- 21 Mar, 2013 1 commit
-
-
rebuilt lib/rivets.js, so didn't notice that I saved the current model with the wrong name into the binding's options.
Adam Heath committed
-
- 20 Mar, 2013 1 commit
-
-
Rivets.Binding() isn't needed. I had mistakenly changed an external api, which is generally frowned upon.
Adam Heath committed
-
- 19 Mar, 2013 1 commit
-
-
- 11 Jan, 2013 1 commit
-
-
- 30 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 2 commits
-
-
- 17 Nov, 2012 5 commits
-
-
- 14 Nov, 2012 1 commit
-
-
- 12 Nov, 2012 1 commit
-
-
- 08 Nov, 2012 3 commits
-
-
- 23 Oct, 2012 2 commits
-
-
- 21 Oct, 2012 4 commits
-
-
-
-
-
…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 4 commits
-
-
- 10 Oct, 2012 1 commit
-
-
- 06 Oct, 2012 1 commit
-
-
- 28 Sep, 2012 1 commit
-
-
second argument must be a valid node or null. from http://stackoverflow.com/questions/9377887/ie-doesnt-support-insertbefore
Jason Lee committed
-
- 23 Sep, 2012 2 commits
-
-
- 22 Sep, 2012 2 commits
-
-
-
… that the wrapped function is passed back to the routine so that we can unbind the old function and rebind the new one when it changes (for when using adapter.subscribe). [Closes #71]
Michael Richards committed
-
- 05 Sep, 2012 2 commits
-
-