How can I access ember component's controller from another controller?
Is there a backdoor way like __container__.lookup
just to know that there is this instance of component?
When I tried __container__.lookup
with "component:<myComponentname>"
it gave me an instance of component which is not being used anywhere in the application.
TL;DR
How to test Ember Component objects?