Have a method getAction()
into application mixin file. I just need to call that method from ember addon component. Kindly help me.
Asked
Active
Viewed 80 times
-1

CinCout
- 9,486
- 12
- 49
- 67

Sowmya Johnson
- 36
- 2
-
please provide where you using your component ? is it in application template or any other – Nitesh singh May 04 '16 at 11:43
1 Answers
0
You can Use :
var app = this.get("targetObject").get("applicationController");
app.send("getAction");

Nitesh singh
- 915
- 11
- 21