作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
目前我正在像这样将自定义关键字传递给组件(当我循环遍历数组 Controller 中的每个模型时)
{{#each thing in controller}}
{{my-thing foo=controller}}
{{/each}}
最佳答案
查看 targetObject
:
If the component is currently inserted into the DOM of a parent view, this property will point to the controller of the parent view.
this.get('targetObject');
获取父 View 的Controller。
关于ember.js - 如何从 ember 组件内部获取外部父 Controller ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28660895/
我是一名优秀的程序员,十分优秀!