salix/front/core/components/treeview/index.html

14 lines
397 B
HTML
Raw Normal View History

2019-10-02 07:54:52 +00:00
<vn-treeview-childs
acl-role="$ctrl.aclRole"
2019-10-02 07:54:52 +00:00
items="$ctrl.items"
2019-03-12 14:04:09 +00:00
selectable="$ctrl.selectable"
editable="$ctrl.editable"
disabled="$ctrl.disabled"
icons="$ctrl.icons"
2019-04-29 09:49:43 +00:00
parent-scope="$ctrl.$scope.$parent"
draggable="$ctrl.draggable"
droppable="$ctrl.droppable"
2019-10-02 07:54:52 +00:00
vn-droppable="{{$ctrl.droppable}}"
transclude-func="$ctrl.$transclude">
</vn-treeview-childs>