Parent/child click relationships in AngularJS directives
问题 I have a custom directive placed on a Kendo UI treeview widget. It seems to be working fine side-by-side, except that I'm trying to simply display the custom icons next to the tree node which is clicked on (see sample image below). So my directive is data-toggle-me , placed next to the Kendo k-template directive as follows : <div class="reports-tree" kendo-tree-view="nav.treeview" k-options="nav.treeOptions" k-data-source="nav.reportsTreeDataSource" k-on-change="nav.onTreeSelect(dataItem)" >