- 25 Mar, 2013 7 commits
-
-
activates when it detects {{}} in the attribute value. This can be useful when building up values with variables interspersed with constants. An example is href="/path/to/images/{{order.orderId}}/{{order.overlay}}.png" This correctly handles bind/unbind, and updates to the possibly many internal variables.
Adam Heath committed -
-
this is 0-based. If each-* happens to be given an object, then _index will contain the key.
Adam Heath committed -
-
-
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 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
-
-