eu81273 / angular.treeview

AngularJS based Treeview (no jQuery)
MIT License
405 stars 223 forks source link

Custom template #28

Open artempartos opened 10 years ago

artempartos commented 10 years ago

I want add some custom buttons in node. For example, i want add delete button on selected node. So, i need custom templating or patch your js with something like

...
'<i class="glyphicon glyphicon-remove" data-ng-show="node.selected" data-ng-click="removeItem(node)"></i>' 
...

Is it possible to add ability to inject template?