SyntaxFix
Write A Post
Hire A Developer
Questions
Simple and dirty way using $rootScope:
$rootScope
<html ng-app="project"> <head> <title ng-bind="title">Placeholder title</title>
In your controllers, when you have the data necessary to create the title, do:
$rootScope.title = 'Page X'