I have an object on some controller's scope, bound to some inputs on the accompanying view. I want to share the data in that object with other controllers, so they can read it, but they should not be able to modify it.I have an object on some controller's scope, bo