0

Is there another way how to handle circular dependencies in Angular service than by using $injector.get()?

Is require.js the right choice?

Amio.io
  • 20,677
  • 15
  • 82
  • 117

1 Answers1

-2

Tip: Never inject anything except other models into your models or you end up with circular dependencies.

Amio.io
  • 20,677
  • 15
  • 82
  • 117