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

Support for custom two-way bindings #48

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

pmaselkowski
Copy link

I found this code somewhere (in comments?), and tweaked it to support direct array values, ie:

bindingHandler: [param:value]

However array values are one way only. I don't have other idea how to do this, it's near:

if(val.match(/^\[/)){
...

See #2

@pmaselkowski pmaselkowski changed the title + Support for custom two-way bindings SteveSanderson/knockout-es5#2 Support for custom two-way bindings Dec 16, 2015
@pmaselkowski
Copy link
Author

Forgot to make branch for it... Only commit 322b624 is relevant

@pmaselkowski
Copy link
Author

Anyway this is now cannot be merged, as too many changes were made

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.

1 participant