ember.js - Ember JS: render same view twice ( with data from one controller ) -
i have ember js drag & drop view used connect items bigger piece. construct grows overlaps viewport vertically.
what want have small preview-view of d&d view.
i want controller data first (big, vertically overlapping ) view interact with, appear in second view (preview, small, not vertically overlapping ).
any idea's how render view twice data 1 view, or connect view view's controller?
thanks in advance!
first of all, should not using views anymore. use components.
then, move logic , state model. have model represents drag-n-drop gizmo, , feed 2 components: 1 component preview interface, other 1 full interface.
Comments
Post a Comment