aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/templates/index.html
diff options
context:
space:
mode:
authorMisko Hevery2011-02-01 10:01:02 -0800
committerMisko Hevery2011-02-03 13:26:48 -0800
commit245b60d69af7cde614e52f3899846327c211c9f2 (patch)
treebcc03e7c5d256bcdf158a7832d8c0101a4799308 /docs/src/templates/index.html
parentb6a01bd27dbcd2f9c9df917ecc96b8a2bd88413d (diff)
downloadangular.js-245b60d69af7cde614e52f3899846327c211c9f2.tar.bz2
addded cookbook
Diffstat (limited to 'docs/src/templates/index.html')
-rw-r--r--docs/src/templates/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html
index 538be297..63e8d871 100644
--- a/docs/src/templates/index.html
+++ b/docs/src/templates/index.html
@@ -3,7 +3,7 @@
xmlns:doc="http://docs.angularjs.org/"
ng:controller="DocsController">
<head>
- <title ng:bind-template="&lt;angular/&gt;: {{getTitle()}}">&lt;angular/&gt;</title>
+ <title ng:bind-template="&lt;angular/&gt;: {{partialTitle}}">&lt;angular/&gt;</title>
<meta name="fragment" content="!">
@@ -25,7 +25,7 @@
<body style="display:none;" ng:show="true">
<div id="header">
<h1>
- <span class="main-title">{{getTitle()}}</span>
+ <span class="main-title">{{partialTitle}}</span>
<a href="#" tabindex="0"><span class="angular">&lt;angular/&gt;</span> Docs</a>
</h1>
</div>