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.
getAction()アプリケーションの mixin ファイルにメソッドを追加します。そのメソッドを ember アドオン コンポーネントから呼び出すだけです。親切に私を助けてください。
getAction()
あなたが使用することができます:
var app = this.get("targetObject").get("applicationController"); app.send("getAction");