- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在使用controllerFor
时遇到问题,并且发现了此pull请求,其中描述了不推荐使用的controllerFor
:
https://github.com/emberjs/ember.js/pull/1896
因此,这意味着我不能使用controllerFor
?如果答案为“否”,那么Ember.js文档为何仍在谈论使用controllerFor
,如下所示:
http://emberjs.com/guides/routing/setting-up-a-controller/
最佳答案
链接到的pull request将弃用controllerFor
中的Ember.Controller
方法。您可以并且应该在路由器内使用controllerFor
,这就是在您引用的the guide中使用的方式。
代替使用 Controller 中的controllerFor
,您应该使用需求机制,该机制在this guide中进行了讨论。
关于ember.js - Ember.js:controllerFor x需要,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15513585/
在我的 ember 1.10.1 应用程序的一个 View 中,当我尝试获取该特定 View 的 Controller 时,出现错误“this.controllerFor()”不是函数。我的 View
我在使用controllerFor时遇到问题,并且发现了此pull请求,其中描述了不推荐使用的controllerFor: https://github.com/emberjs/ember.js/pu
我在我的应用程序中设置了一组嵌套资源。我需要为我的一些路线使用 beforeModel 和 afterModel Hook 。但是,当尝试调用函数或获取另一个 Controller 的属性时,我收到一
我是一名优秀的程序员,十分优秀!