aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/templates/index.html
diff options
context:
space:
mode:
authorDi Peng2011-07-20 19:27:59 -0700
committerIgor Minar2011-07-26 14:21:13 -0700
commitbee78a84922da51de647af96fe86f75b1322d3d9 (patch)
treecc407ce8733d782a2b5d08df025a410e8f500c06 /docs/src/templates/index.html
parentf3e04fbd6a3ce9d84dec5052233a0712c2273859 (diff)
downloadangular.js-bee78a84922da51de647af96fe86f75b1322d3d9.tar.bz2
feat(docs): add a changelog link to the footer
Diffstat (limited to 'docs/src/templates/index.html')
-rw-r--r--docs/src/templates/index.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html
index ce8e9718..4ca4218a 100644
--- a/docs/src/templates/index.html
+++ b/docs/src/templates/index.html
@@ -72,7 +72,13 @@
<ng:include id="content" src="getCurrentPartial()" onload="afterPartialLoaded()"></ng:include>
</div>
- <div id="footer">© 2010-2011 AngularJS</div>
+ <div id="footer">
+ <a id="version"
+ ng:href="https://github.com/angular/angular.js/blob/master/CHANGELOG.md#{{versionNumber}}"
+ ng:bind-template="v{{version}}">
+ </a>
+ <span id="copyright">© 2010-2011 AngularJS</span>
+ </div>
</div>
<script src="syntaxhighlighter/syntaxhighlighter-combined.js"></script>