I have to call a method from controllerA
in module A
in controllerB
in module B
.
I don't want to use $broadcast
or $emit
. Nor do I want to use $inject
.
Please help with another way to achieve this.
I have to call a method from controllerA
in module A
in controllerB
in module B
.
I don't want to use $broadcast
or $emit
. Nor do I want to use $inject
.
Please help with another way to achieve this.