aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorIgor Minar2010-11-17 23:18:24 -0800
committerIgor Minar2010-11-18 02:35:30 -0800
commit63380bbbdab1c160b81d8e78d79962fb8fd974cb (patch)
tree3d1d0c1b3026e78c48c1b667dc579fe551acd32f /docs
parentc635b69f5cfccfd12bdee6cb089ec38faa19c7e8 (diff)
downloadangular.js-63380bbbdab1c160b81d8e78d79962fb8fd974cb.tar.bz2
title for index.html should not show raw binding while the app bootstraps
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index f20a1a85..12f23fbb 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -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="!">