Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Removing target on signin and signup anchors to prevent a complete pa…
Browse files Browse the repository at this point in the history
…ge reload when changing to those states.
  • Loading branch information
cdriscol committed Jun 4, 2015
1 parent b1d95e0 commit 2a3516e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/core/client/views/header.client.view.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
</ul>
<ul class="nav navbar-nav navbar-right" data-ng-hide="authentication.user">
<li data-ui-sref-active="active">
<a data-ui-sref="authentication.signup" target="_self">Sign Up</a>
<a data-ui-sref="authentication.signup">Sign Up</a>
</li>
<li class="divider-vertical"></li>
<li data-ui-sref-active="active">
<a data-ui-sref="authentication.signin" target="_self">Sign In</a>
<a data-ui-sref="authentication.signin">Sign In</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right" data-ng-show="authentication.user">
Expand Down

0 comments on commit 2a3516e

Please sign in to comment.