Is there is any possible way to get the title attribute into header always when the route changed
Example:
when('/newsletter', {
            title: 'News Letter',
            templateUrl:'app/Views/segment/newsletter.html'
})
When this route comes the view is newsletter and i need to show the title as newsletter in Header Newsletter Tab
 
    