aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/templates/index.html
diff options
context:
space:
mode:
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>