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

Stache expressions are not able to call special methods in event bindings #55

Closed
justinbmeyer opened this issue Sep 2, 2016 · 1 comment
Assignees
Labels

Comments

@justinbmeyer
Copy link
Contributor

justinbmeyer commented Sep 2, 2016

From canjs/canjs#2370

3.0 breaking example: http://jsbin.com/xonelex/1/edit?html,js,console,output

<input ($change)="$element.trigger('foo')">
<input ($change)="%scope.attr('*foo', $element.val)">
<foo-bar ($inserted)="%viewModel.method()"></foo-bar>
@justinbmeyer
Copy link
Contributor Author

back port to 2.3 at #55

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants