I am trying to change the page header depending on current view. The header is outside of ngView. Is that possible or do I need to put the header inside the view?
Seems as it will be different controllers for header and content. Best way for communication between controllers is service. Another way - events. See Vojta answer.