I'm doing something like this: How to create separate AngularJS controller files?
But I'm trying to share data between these separate controllers using a service. I'm unable to do it. Can you tell me if its even possible to share data between controllers(that are in separate files) using one service in the app.js file?