Don't use service for Global variable. You have many options to share data using
- $rootScope
- using factory
- Factory Update
- Function factory and $watch function
- Sessionstorage and localstorage
See these two article - http://www.codeandyou.com/2015/09/share-data-between-controllers-in-angularjs.html http://www.codeandyou.com/2015/0…