Let us say I have a service named httpservice, and let us say I have some m and n no of controllers and services, where m and n are positive integers and i want to use this service every where.
So my question is "Is there any way/mechanism in angularJs to inject this dependency httpservice only one time for all the different components of my application??"
That means rather than writing code for injecting dependency for every controller and other services/directives/filters etc.
.runblock