Make global ($rootScope) variables accessible from all views. · Issue #4068 · angular/angular.js
I have a web application that uses Angular everywhere. Many functionalities are implemented using directives with isolated scope. I need to have a few global variables available to all my angular v...