I am trying to use an service inside my app module config and a little research pointed that I need to do it using an injector.
This works pretty fine, except that when the service is loaded inside the controllers it is not the same instance anymore as the one previously loaded by the injector.
Does anyone know how to get the same instance? Or is there a better way to do it?
I created a plnkr to show the behavior: http://plnkr.co/edit/BGUa3H