diff options
| author | Di Peng | 2011-07-20 19:27:59 -0700 |
|---|---|---|
| committer | Igor Minar | 2011-07-26 14:21:13 -0700 |
| commit | bee78a84922da51de647af96fe86f75b1322d3d9 (patch) | |
| tree | cc407ce8733d782a2b5d08df025a410e8f500c06 /docs/src/templates/index.html | |
| parent | f3e04fbd6a3ce9d84dec5052233a0712c2273859 (diff) | |
| download | angular.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.html | 8 |
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> |
