You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since vs-repeat uses new trimmed collection it is impossible to use $index to refer element in original collection.
This problem can be solved by adding index inside the elements of original collection. For example, by adding this into refresh() function after originalLength = originalCollection.length;:
Since vs-repeat uses new trimmed collection it is impossible to use $index to refer element in original collection.
This problem can be solved by adding index inside the elements of original collection. For example, by adding this into
refresh()
function afteroriginalLength = originalCollection.length;
:and then use it like this:
The text was updated successfully, but these errors were encountered: