Is there another way how to handle circular dependencies in Angular service than by using $injector.get()
?
Is require.js
the right choice?
Is there another way how to handle circular dependencies in Angular service than by using $injector.get()
?
Is require.js
the right choice?
Tip: Never inject anything except other models into your models or you end up with circular dependencies.