mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-25 18:50:26 +00:00
docs:template: rename <angular/> to AngularJS
This commit is contained in:
parent
7b32c71386
commit
76a500179d
1 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@
|
|||
manifest="app-cache.manifest">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title ng:bind-template="<angular/>: {{partialTitle}}"><angular/></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/"><angular/></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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue