I am using ng-view to include AngularJS partial views, and I want to update the page title and h1 header tags based on the included view. These are out of scope of the parti
The better and dynamic solution I have found is to use $watch to trace the variable changes and then update the title.