My code includes many modules. Each includes service or controller. There is a main module to connect others module.
var app = angular.module('abc', ['ngRoute','Trancontroller','Terminalcontroller','Settingcontroller','Usercontroller','Devicecontroller','Sidebar_service'])
But now how to share data between controller if they are in different modules. Thanks for help