Closed
Description
Hi,
I have found a problem with v-repeat when you remove all items of a list and set a value of a removed item during the same frame. Item will reappear in the list and linked view too.
You can see this fiddle for a real example : http://jsfiddle.net/4JGRy/
The "newValue" should not be visible because all items of the list have been removed.
NB: I really appreciate this library, good job ;)
Edit: replace gist by a fidlle