docs:template: rename <angular/> to AngularJS

This commit is contained in:
Igor Minar 2011-07-06 14:10:58 -07:00
parent 7b32c71386
commit 76a500179d

View file

@ -5,7 +5,7 @@
manifest="app-cache.manifest">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title ng:bind-template="&lt;angular/&gt;: {{partialTitle}}">&lt;angular/&gt;</title>
<title ng:bind-template="AngularJS: {{partialTitle}}">AngularJS</title>
<meta name="fragment" content="!">
<link rel="stylesheet" href="docs-combined.css" type="text/css"/>
<link rel="stylesheet" href="syntaxhighlighter/syntaxhighlighter-combined.css" type="text/css"/>
@ -44,7 +44,7 @@
<![endif]-->
<ul id="navbar">
<li><a href="http://angularjs.org/">&lt;angular/&gt;</a></li>
<li><a href="http://angularjs.org/">AngularJS</a></li>
<li><a href="#!/guide" ng:class="selectedSection('guide')">Developer Guide</a></li>
<li><a href="#!/api" ng:class="selectedSection('api')">API Reference</a></li>
<li><a href="#!/cookbook" ng:class="selectedSection('cookbook')">Examples</a></li>
@ -72,7 +72,7 @@
<ng:include id="content" src="getCurrentPartial()" onload="afterPartialLoaded()"></ng:include>
</div>
<div id="footer">© 2010-2011 angular</div>
<div id="footer">© 2010-2011 AngularJS</div>
</div>
<script src="jquery.min.js"></script>