0

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.

Mistalis
  • 17,793
  • 13
  • 73
  • 97
Shriyam
  • 37
  • 5

1 Answers1

1

This link answers your question.

Community
  • 1
  • 1
Gaurav
  • 872
  • 12
  • 28