Hi, I would like to create an angular app in which the page layout is dynamically changable by the user: I want the user to be able to rearrange viewparts of the page as he likes. The app can create new viewparts on-the-fly. So there is no fixed number of viewparts.
My current idea is to achieve that via changing of the DOM structure. Please take a look at the mockup below: <http://i.stack.imgur.com/iAZw9.png> How would I go about building my angular app? How can I have a dynamically changing DOM structure yet still use angular's databinding for the content of each view? If this is doable the following usecase could be realized in an ng-app: Drag a view by its handle: <http://i.stack.imgur.com/ffVZh.png> As a result the view now shares space with another view: Best regards Robert -- 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.
