-
Notifications
You must be signed in to change notification settings - Fork 396
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
Events hash like Backbone #1458
Comments
On the TODO list, couldn't find the github issue offhand. |
That would be really nice. |
Been waiting for this. This is similar to how Meteor does their event management. I suppose this comes with delegation? Like we can target DOM elements that are appended/rendered dynamically including content that isn't defined in the template (like HTML in the data rendered in
Btw, Ractive is the closest framework to Meteor minus the hard dependency of a backend. We could learn a thing or two there. |
I think the related issue is this one: #360 |
Is there a way to configure events like Backbone does? Example:
The text was updated successfully, but these errors were encountered: