diff options
| author | Igor Minar | 2011-07-06 14:10:58 -0700 | 
|---|---|---|
| committer | Igor Minar | 2011-07-08 08:24:09 -0700 | 
| commit | 76a500179d9327eb4735fe137671ded230246857 (patch) | |
| tree | 42f1eca6f9426fae59e47dbe82e0d50cc3ef6473 /docs/src | |
| parent | 7b32c7138647a45138a10dbb5ff314d1e18220fd (diff) | |
| download | angular.js-76a500179d9327eb4735fe137671ded230246857.tar.bz2 | |
docs:template: rename <angular/> to AngularJS
Diffstat (limited to 'docs/src')
| -rw-r--r-- | docs/src/templates/index.html | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html index 63b02573..7e9eac0f 100644 --- a/docs/src/templates/index.html +++ b/docs/src/templates/index.html @@ -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> | 
