-1

Have a method getAction() into application mixin file. I just need to call that method from ember addon component. Kindly help me.

CinCout
  • 9,486
  • 12
  • 49
  • 67

1 Answers1

0

You can Use :

var app = this.get("targetObject").get("applicationController");
app.send("getAction");
Nitesh singh
  • 915
  • 11
  • 21