Skip to content

Commit 76a5001

Browse files
committed
docs:template: rename <angular/> to AngularJS
1 parent 7b32c71 commit 76a5001

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/templates/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
manifest="app-cache.manifest">
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
8-
<title ng:bind-template="&lt;angular/&gt;: {{partialTitle}}">&lt;angular/&gt;</title>
8+
<title ng:bind-template="AngularJS: {{partialTitle}}">AngularJS</title>
99
<meta name="fragment" content="!">
1010
<link rel="stylesheet" href="docs-combined.css" type="text/css"/>
1111
<link rel="stylesheet" href="syntaxhighlighter/syntaxhighlighter-combined.css" type="text/css"/>
@@ -44,7 +44,7 @@
4444
<![endif]-->
4545

4646
<ul id="navbar">
47-
<li><a href="http://angularjs.org/">&lt;angular/&gt;</a></li>
47+
<li><a href="http://angularjs.org/">AngularJS</a></li>
4848
<li><a href="#!/guide" ng:class="selectedSection('guide')">Developer Guide</a></li>
4949
<li><a href="#!/api" ng:class="selectedSection('api')">API Reference</a></li>
5050
<li><a href="#!/cookbook" ng:class="selectedSection('cookbook')">Examples</a></li>
@@ -72,7 +72,7 @@ <h2 ng:bind="partialTitle"></h2>
7272
<ng:include id="content" src="getCurrentPartial()" onload="afterPartialLoaded()"></ng:include>
7373
</div>
7474

75-
<div id="footer">© 2010-2011 angular</div>
75+
<div id="footer">© 2010-2011 AngularJS</div>
7676
</div>
7777

7878
<script src="jquery.min.js"></script>

0 commit comments

Comments
 (0)