We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example from angularjs:
$scope.$on('$locationChangeStart', function(event, next, current) { if ($scope.form.$invalid) { event.preventDefault(); } });
The text was updated successfully, but these errors were encountered:
@chasenlehara it would be good to think about how can-bind could maybe prevent the writing of one object to another.
can-bind
Sorry, something went wrong.
can-bind has setChild and setParent options, so if you need control over when values are set, you can use those.
setChild
setParent
[That’s not an answer to this issue.]
No branches or pull requests
Example from angularjs:
The text was updated successfully, but these errors were encountered: