-
Notifications
You must be signed in to change notification settings - Fork 4
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
Allow special data-bind binding in no conflict mode #16
Comments
Munawwar
added a commit
that referenced
this issue
Aug 5, 2015
Munawwar
added a commit
that referenced
this issue
Aug 5, 2015
Munawwar
added a commit
that referenced
this issue
Aug 5, 2015
Eh, there is problem with this. The use case was to evaluate the binding and deserialize to data-bind, so as to be able to pass data from the server to client's data-bind. However the problem is one cannot use both evaluated and literal data-bind properties together. hmm... |
Won't fix for now. Seems like a fringe use case at the moment. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Make a special binding fro data-bind attribute that will allow an object literal rather than string.
The text was updated successfully, but these errors were encountered: