My model would be tree-like so I think I cannot create the HTML with ng-repeats, because of the unknown depth of that tree. The model would consist of a tree of views or splitViews in which a splitView is either of type horizontal or vertical an always has two nodes. A view would always be a leaf or that tree.
I have thought about a generic HTML structure, which is easy to generate from a model. This is the result: http://plnkr.co/edit/azmyzJ5t3Dtc03A6NWN9?p=preview My current plan is to write a directive which then creates the DOM for the whole workbench. I need to build a small testcase to see whether that's working as expected. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
