Manually manage child views in Ember

I am having difficulty finding the best way to manually manage a set of child views in Ember. I have a rough working example here: http://jsbin.com/ObIjosI/2/edit which is far from ideal since child view elements are inserted into the DOM then moved.

My use case is using Three.js CSS3D renderer to manipulate the position of Ember views' elements. The renderer has its own DOM element and structure independent from an Ember view or template.

I am searching for a solution that allows views' elements to be managed and rendered by Ember, but inserted and removed from the DOM with a Three.js CSS3D renderer.

链接地址: http://www.djcxy.com/p/60818.html

上一篇: 你可以在Linux中运行Xcode吗?

下一篇: 手动管理Ember中的子视图