1

Using the non minified version of ember.js (1.0.0-RC.6), each views have an Image attribute (view.Image). This isn't the case using the minified version and you cannot override this attribute. You can find an example here: http://jsbin.com/oconiw/3/. Does anyone know about this attribute ?

Thanks!

4

1 回答 1

0

有趣的!我认为这Image是浏览器的别名HTMLImageElement。通过比较它{{action}}证实了这一点。

应用程序视图层次结构是View|MetamorphView > CoreView > Object.

更好的问题,图像是如何到达那里的,为什么它会在几分钟内消失?:)

于 2013-06-27T12:33:33.847 回答