Closed TWry closed 11 years ago
I would recommend looking at how we tackle this over in https://github.com/aurajs/examples/tree/master/aura-backbone-example/app. Were you using the boilerplate to create your app?
Hey @TWry DOM 'events' handling like that is provided by Backbone. You have to add the aura-backbone extension to be able to do that.
https://github.com/aurajs/examples/blob/master/aura-backbone-example/app/extensions/aura-backbone.js
Yes, I used the boilerplate to create the app. From reading the documentation I thought I could do that without any extension but obviously I need the aura-backbone extension. Thanks!
I am trying to create a component in Auro like so:
The problem is that the code for the 'click a' event is never triggered. Could you point me to possible causes, please?
Thanks!