Is there a way for ng-view to bind two DOM elements that don't share a common close parent ?
My understanding of ng-view is that it binds a DOM element to dynamically switch between templates (which further generate views). What happens if I have, say, a search bar and a label that have very low "proximity" in the box model sense, but that architecturally should be bound to the same controller ?
Is there a way around this other than forcing same-controller elements to share a common parent and resort to usually bad CSS styling practices ?