|
|
|
|
|
by likeclockwork
4706 days ago
|
|
What happens when you have two controllers sharing the same service in different parts of an app and both of their associated views need to reflect the state of the service? I don't think a digest loop would be called on the other scope if they are siblings rather than descending from each other. Maybe this isn't a real problem, but it's something I've wondered about when it comes to this sort of thing. |
|