I'm kind of a noob to angularJS, as I just started the other day. I have a fairly simple question...
So say if I had multiple controllers that needs to pull data from one single JSON file, I would use a factory right? I sort of don't understand services/factory that well yet..
How exactly would you use a factory to pull data from a JSON file, to be used in multiple controllers?
Or do I just have this entire concept wrong?