Hi,
I'm looking to persist data across multiple page views, and it seems that the 'correct' way to do this with angular is to create an angular service to store the data and then inject the service into all of the controllers that will need access to the data. Per here: http://stackoverflow.com/questions/14...
I can see that we can now create custom directives and have managed to get this to work.
However, I can't see how to create and deploy custom angular services and then to inject them into the various controllers so that the service / data is available from other views?
Please advise how I should do this?
Many thanks,
Dave