eu81273 / angular.treeview

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

angular.treeview #36

Open bud13 opened 9 years ago

bud13 commented 9 years ago

How to change the icon of the child nodes using angular.treeview?

abdulgaffar commented 9 years ago

$scope.treeOptions = { injectClasses : { "iExpanded": "fa fa-folder-open-o", "iCollapsed": "fa fa-folder-o", "iLeaf": "fa fa-file", } };