I've been trying to figure out how to use events with AngularJS. I checked the documentation, but it only mentions data binding and I really don't want to rely on JavaScript or jQuery to handle events.
<div id="treeView" ej-treeview e-fields-datasource="vm.list" e-fields-id="id" e-fields-parentid="pid" e-fields-text="name" e-fields-haschild="hasChild" e-fields-expanded="expanded" />
I attempted to use the following attributes:
- e-fields-options
- e-field-nodeSelect
- e-field-model
But unfortunately, none of them seem to be working for me.
If anyone could provide some guidance, I would greatly appreciate it.
Thank you in advance.
P.S. Please excuse any errors in my English :(