Open ColemanGariety opened 10 years ago
Seems like a duplicate of #261
@jhnns #261 refers to the DOM elements being manipulated and unable to be re-bound. It's fixed with the linked pull request.
My ticket is for re-binding the array of data, which has bee mutated into a [Getter/Setter] deal.
Woops, sorry!
When using an
rv-each-*
, the passed array or function returning an array gets replaced with an array of getter/setter object.If I call
unbind()
andbind()
again, Rivets won't bind a second time since the data has been replaced with the getter/setter/array:Is there any way I get Rivets to re-bind an each?