diff options
| author | Misko Hevery | 2011-11-10 13:07:50 -0800 |
|---|---|---|
| committer | Misko Hevery | 2011-11-14 20:31:17 -0800 |
| commit | 8fe77b69e8008c6a432f9ef226586a09deb48c6c (patch) | |
| tree | c908d99ad9ad2fa62127b618b04857400fbce36f /docs/src/templates/index.html | |
| parent | 1cc6bee4ce5d574b84b4e0c2ded3686de7ab71ef (diff) | |
| download | angular.js-8fe77b69e8008c6a432f9ef226586a09deb48c6c.tar.bz2 | |
refactor(docs): improved the visual rendering of the documentation pages
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 6c8c5011..8a6dc7a7 100644 --- a/docs/src/templates/index.html +++ b/docs/src/templates/index.html @@ -6,7 +6,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="fragment" content="!"> - <title ng:bind-template="AngularJS: {{partialTitle}}">AngularJS</title> + <title ng:bind-template="AngularJS: {{partialTitle | title}}">AngularJS</title> <script type="text/javascript"> // dynamically add base tag as well as css and javascript files. // we can't add css/js the usual way, because some browsers (FF) eagerly prefetch resources @@ -115,7 +115,7 @@ <div class="content-panel"> - <h2 ng:bind="partialTitle"></h2> + <h2 ng:bind="partialTitle | title"></h2> <ng:include id="content" class="content-panel-content" src="getCurrentPartial()" |
