title for index.html should not show raw binding while the app bootstraps

This commit is contained in:
Igor Minar 2010-11-17 23:18:24 -08:00
parent c635b69f5c
commit 63380bbbda

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html xmlns:ng="http://angularjs.org/" xmlns:doc="http://docs.angularjs.org/" ng:controller="DocsController">
<head>
<title>&lt;angular/&gt;: {{getTitle()}}</title>
<title ng:bind-template="&lt;angular/&gt;: {{getTitle()}}">&lt;angular/&gt;</title>
<meta name="fragment" content="!">