I've set the default $document[0].title = "My App"
. In the HTML, by using
<title ng-bind="title"></title>
, it will show up on the tab header as "My App"
However, if you right click on the page and choose "view page source", it still displays
<title ng-bind="title"></title>
instead of <title>My App</title>