Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在用 ember 尝试一些东西,我最近的测试是根据外部事件更新列表。我已经得到了一些其他的解决方案,但我想出的一个(它不起作用 - 因为我不知道的原因)是:
jsBin
如果有人能告诉我为什么这不起作用,那就太好了。
谢谢,杰森
您有一个范围问题,在链接中修复:
http://jsbin.com/izunik/1/edit
您在设置间隔内指的是“this”,这与视图中的“this”不同。