diff options
| author | Misko Hevery | 2011-02-01 10:01:02 -0800 |
|---|---|---|
| committer | Misko Hevery | 2011-02-03 13:26:48 -0800 |
| commit | 245b60d69af7cde614e52f3899846327c211c9f2 (patch) | |
| tree | bcc03e7c5d256bcdf158a7832d8c0101a4799308 /docs/src/templates/index.html | |
| parent | b6a01bd27dbcd2f9c9df917ecc96b8a2bd88413d (diff) | |
| download | angular.js-245b60d69af7cde614e52f3899846327c211c9f2.tar.bz2 | |
addded cookbook
Diffstat (limited to 'docs/src/templates/index.html')
| -rw-r--r-- | docs/src/templates/index.html | 4 |
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="<angular/>: {{getTitle()}}"><angular/></title> + <title ng:bind-template="<angular/>: {{partialTitle}}"><angular/></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"><angular/></span> Docs</a> </h1> </div> |
