I have a directive, that in its scope has an object. This is static information right now and I want to make this visible for every controller in my app. Is there any way to do this?
Use global scope ($rootScope ) for example, if you want to use it everywhere
UPDATE: some example and answer here: How do I use $rootScope in Angular to store variables?