Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix array rebind #22

Merged
merged 1 commit into from
Sep 7, 2016
Merged

Fix array rebind #22

merged 1 commit into from
Sep 7, 2016

Conversation

posva
Copy link
Member

@posva posva commented Jul 29, 2016

This should fix #19 and close #20
Conditionally defining the property as reactive should be a better choice than deleting the binding

I'm wondering if we should automatically unbind when binding if a binding already exist. It'll prevent the user from calling unbind each time he wants to bind a new ref

@posva posva force-pushed the fix-array-rebind branch 3 times, most recently from 7315c94 to 7fd4b37 Compare July 31, 2016 11:55
@posva posva force-pushed the fix-array-rebind branch from 7fd4b37 to bd4fc8d Compare July 31, 2016 11:59
@posva posva merged commit 1617cd9 into vuejs:master Sep 7, 2016
@posva posva deleted the fix-array-rebind branch September 7, 2016 12:25
posva added a commit that referenced this pull request Jul 10, 2018
 Closes #22

Signed-off-by: Eduardo San Martin Morote <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

$bindAsArray don't update binded data dynamically
1 participant