williamhector
williamhector
This is a complicated question that I've spent over a day and a half trying to figure out, and I have very little understanding of the way ember cli and...
This is more of a feature request than an issue, and I couldn't find an existing similar issue. We have a one-to-many relationship and have a case where we're creating...
Example: ``` {{#x-tree model=tree checkable=true recursiveCheck=true as |node|}} {{node.model.name}} {{/x-tree}} ``` In order to support custom checkbox and expand icons, an alternative approach to this PR would be to allow...