Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Fix "Back to top" link
Browse files Browse the repository at this point in the history
Add target, so that it's not intercepted by $location service.
  • Loading branch information
vojtajina authored and bradlygreen committed Jan 23, 2013
1 parent 81659b4 commit af3c20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ <h3>Testable</h3>

<footer class="footer">
<div class="container">
<p class="pull-right"><a href="#">Back to top</a></p>
<p class="pull-right"><a href="#" target="_self">Back to top</a></p>
<p>Super-powered by Google ©2010-2012</p>
<p>Code licensed under the
<a href="https://github.com/angular/angular.js/blob/master/LICENSE" target="_blank">The
Expand Down

0 comments on commit af3c20c

Please sign in to comment.